summaryrefslogtreecommitdiff
path: root/src/Collapse/example/CMakeLists.txt
blob: c9cba3fa0f535d3837cbb9e12107fb8055764399 (plain)
1
2
3
4
5
6
7
8
9
project(Collapse_examples)

add_executable ( Collapse_example_rips_persistence_with_collapse rips_persistence_with_sc.cpp )
target_link_libraries(Collapse_example_rips_persistence_with_collapse Boost::program_options)

if (TBB_FOUND)
  target_link_libraries(Collapse_example_rips_persistence_with_collapse ${TBB_LIBRARIES})
endif()
add_test(NAME Collapse_example_rips_persistence_with_collapse COMMAND $<TARGET_FILE:Collapse_example_rips_persistence_with_collapse>)