summaryrefslogtreecommitdiff
path: root/src/Rips_complex/example/CMakeLists.txt
blob: 6d0deecf8c5aa8ba26a6ca47d8ac6cba446642b9 (plain)
1
2
3
4
5
6
7
8
cmake_minimum_required(VERSION 2.6)
project(Rips_complex_examples)

add_executable ( ripsoffreader example_rips_complex_from_off_file.cpp )
target_link_libraries(ripsoffreader  ${Boost_SYSTEM_LIBRARY})
if (TBB_FOUND)
  target_link_libraries(ripsoffreader ${TBB_LIBRARIES})
endif()