summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-03-25 12:38:56 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-03-25 12:38:56 +0000
commit9280807119434e1ca4dd90267233ba01dfb0eeb6 (patch)
tree41bd747e1ca55b52a0a4d21e088ec7297aae813f /src/CMakeLists.txt
parent1ec3e1ae82dab1109ce871f690df716fb05c6a16 (diff)
parent87032aea5bf14683d964ecd30bd9d744da975e1b (diff)
Merged latest trunk to witness
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/witness@505 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a90ff18c8991da76cf66daec3dc8f68c049cfe57
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 04c4369c..362ff7a8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -38,5 +38,7 @@ else()
add_subdirectory(example/Contraction)
add_subdirectory(example/Hasse_complex)
add_subdirectort(example/Witness_complex)
+ add_subdirectory(example/Alpha_shapes)
+ add_subdirectory(example/Bottleneck)
endif()