summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/benchmark/CMakeLists.txt
blob: 77cb013d0bfde7e4c67a732ece4fde347240c400 (plain)
1
2
3
4
5
6
7
8
project(Bottleneck_distance_benchmark)

if (NOT CGAL_VERSION VERSION_LESS 4.11.0)
  add_executable ( bottleneck_chrono bottleneck_chrono.cpp )
  if (TBB_FOUND)
    target_link_libraries(bottleneck_chrono ${TBB_LIBRARIES})
  endif(TBB_FOUND)
endif(NOT CGAL_VERSION VERSION_LESS 4.11.0)