From c438bf42d79c464104755108440d70b5dc2abf0b Mon Sep 17 00:00:00 2001 From: skachano Date: Tue, 14 Nov 2017 19:40:43 +0000 Subject: Merged trunk in cc_wit for having fun with Pawel's idea git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2873 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 56c9a7c1528f0b94ab69e5327dabbc602f18036c --- src/Bitmap_cubical_complex/example/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/Bitmap_cubical_complex/example') diff --git a/src/Bitmap_cubical_complex/example/CMakeLists.txt b/src/Bitmap_cubical_complex/example/CMakeLists.txt index a0401619..66defc8f 100644 --- a/src/Bitmap_cubical_complex/example/CMakeLists.txt +++ b/src/Bitmap_cubical_complex/example/CMakeLists.txt @@ -6,6 +6,16 @@ if (TBB_FOUND) target_link_libraries(Bitmap_cubical_complex ${TBB_LIBRARIES}) endif() +add_executable ( cc_wit_hiraoka cc_wit_hiraoka.cpp ) +if (TBB_FOUND) + target_link_libraries(cc_wit_hiraoka ${TBB_LIBRARIES}) +endif() + +add_executable ( cc_wit_hiraoka_img cc_wit_hiraoka_img.cpp ) +if (TBB_FOUND) + target_link_libraries(cc_wit_hiraoka_img ${TBB_LIBRARIES}) +endif() + add_test(NAME Bitmap_cubical_complex_example_persistence_one_sphere COMMAND $ "${CMAKE_SOURCE_DIR}/data/bitmap/CubicalOneSphere.txt") -- cgit v1.2.3