summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex/test/CMakeLists.txt
blob: 02b026f280c38710568b32a8e805ef4e2ee4b641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
cmake_minimum_required(VERSION 2.6)
project(Bitmap_cubical_complex_tests)

include(GUDHI_test_coverage)

add_executable ( Bitmap_cubical_complex_test_unit Bitmap_test.cpp )
target_link_libraries(Bitmap_cubical_complex_test_unit ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
if (TBB_FOUND)
  target_link_libraries(Bitmap_cubical_complex_test_unit ${TBB_LIBRARIES})
endif()

gudhi_add_coverage_test(Bitmap_cubical_complex_test_unit)