summaryrefslogtreecommitdiff
path: root/src/Toplex_map/benchmark/CMakeLists.txt
blob: 6703d9d04b068dec5098c8e81a740630ab14a574 (plain)
1
2
3
4
5
6
7
project(Toplex_map_benchmark)

add_executable(Toplex_map_benchmark benchmark_tm.cpp)

if (TBB_FOUND)
  target_link_libraries(Toplex_map_benchmark ${TBB_LIBRARIES})
endif()