mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
8 lines
317 B
CMake
8 lines
317 B
CMake
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|
|
|
SET(pruneVoids_SRCS pruneVoids.cpp)
|
|
add_genopt(pruneVoids_SRCS pruneVoids.ggo pruneVoids_conf STRUCTNAME pruneVoids_info)
|
|
add_executable(pruneVoids ${pruneVoids_SRCS})
|
|
target_link_libraries(pruneVoids ${ZOB_LIBS})
|
|
|
|
install(TARGETS pruneVoids DESTINATION ${VIDE_BIN})
|