summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/benchmark/CMakeLists.txt
blob: 622963dc78f500def92c6812c59d297336d45f6a (plain)
1
2
3
4
5
6
7
8
9
project(Alpha_complex_benchmark)

if (NOT CGAL_WITH_EIGEN3_VERSION VERSION_LESS 4.11.0)
  add_executable(Alpha_complex_3d_benchmark Alpha_complex_3d_benchmark.cpp)
  target_link_libraries(Alpha_complex_3d_benchmark ${CGAL_LIBRARY})
  if (TBB_FOUND)
    target_link_libraries(Alpha_complex_3d_benchmark ${TBB_LIBRARIES})
  endif()
endif ()