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

if (NOT CGAL_WITH_EIGEN3_VERSION VERSION_LESS 5.0.1)
  add_executable ( Cech_complex_example_from_points cech_complex_example_from_points.cpp)
  if (TBB_FOUND)
    target_link_libraries(Cech_complex_example_from_points ${TBB_LIBRARIES})
  endif()
  add_test(NAME Cech_complex_example_from_points COMMAND $<TARGET_FILE:Cech_complex_example_from_points>)
endif()