summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-30 07:05:58 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-30 07:05:58 +0000
commitdbb827943d5026ec2892c7e8cb5f4a91d99f5a1a (patch)
treeb60e5f87fd6437ffea2d8d6e012046965e2d8f86 /src/CMakeLists.txt
parent806bdf8fad13eaf48e8dc55f123645b15b285620 (diff)
parent2c6a33b141174c2167fa16edc219d6f28a484409 (diff)
Merge of bitmap feature
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Doxygen_for_GUDHI_1.3.0@1081 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c9a5b64ecfd667cdfbd8e8fa5532a9172c324973
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