summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/benchmark/CMakeLists.txt
blob: 170081cea1bfeae4e198ff5ac0f90bb02f672eeb (plain)
1
2
3
4
5
6
7
8
9
cmake_minimum_required(VERSION 2.6)
project(Bottleneck_distance_benchmark)

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