summaryrefslogtreecommitdiff
path: root/src/common/benchmark/CMakeLists.txt
blob: 26e4e6af00bc9aa24e4ba61a6ed9379c993f9d94 (plain)
1
2
3
4
5
6
7
project(common_benchmark)

add_executable(Graph_simplicial_complex_benchmark Graph_simplicial_complex_benchmark.cpp)

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