mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
6 lines
224 B
CMake
6 lines
224 B
CMake
execute_process(COMMAND ${MAKE} -C ${HEALPIX_DIR} hdrcopy)
|
|
|
|
set(bdir ${HEALPIX_DIR}/sampler)
|
|
|
|
file(MAKE_DIRECTORY ${DEST_DIR})
|
|
file(COPY ${bdir}/bin ${bdir}/lib ${bdir}/include DESTINATION ${DEST_DIR} NO_SOURCE_PERMISSIONS)
|