summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-27 14:16:44 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-27 14:16:44 +0000
commit39ffc7af64543f0b2ce17487771afbd010a97349 (patch)
tree3f2736153e927cf6bc23f8c8bf0a0f868bf2cc6c /src/CMakeLists.txt
parent606115b399b010b8ebfbf13f6a8ca2b1c1bf17cd (diff)
Adding changes to the cubcial complex class according to Marc and Vincent's comments.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bitmap@930 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cb9134a5c18fae3e2e63bbaf8329dd168d08d3b3
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a66d90b6..2ef89f84 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -44,10 +44,10 @@ 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)
# data points generator