summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-30 06:57:56 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-30 06:57:56 +0000
commit2c6a33b141174c2167fa16edc219d6f28a484409 (patch)
treee9f530cb231e964e9bc447efb6afa604a2e8249e /src/CMakeLists.txt
parent245a316b04bbf0883f17cc5116fb8f26251aabd4 (diff)
parentdea986187f3a214db300a909f8f8a02cf3d9014d (diff)
Merge of bitmap feature from bitmap branch
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1080 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 95d40c06d5ca0bffc9166edb04681bfd16ed116c
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a1b0b589..40b7dd58 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -66,10 +66,11 @@ else()
# Gudhi compilation part
include_directories(include)
- add_subdirectory(example/Simplex_tree)
- add_subdirectory(example/Persistent_cohomology)
- add_subdirectory(example/Skeleton_blocker)
- add_subdirectory(example/Contraction)
+ #add_subdirectory(example/Simplex_tree)
+ #add_subdirectory(example/Persistent_cohomology)
+ #add_subdirectory(example/Skeleton_blocker)
+ #add_subdirectory(example/Contraction)
+ add_subdirectory(example/Bitmap_cubical_complex)
add_subdirectory(example/Witness_complex)
# data points generator