summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-07-26 07:13:08 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-07-26 07:13:08 +0000
commitc7697cbc6bb80b18d3319c0310d3cf4afe58e8ef (patch)
tree60ba7987fb6528f55f2fc912531becf361bfccbd /src/CMakeLists.txt
parente47ee25d4d046dfc48080e1652a416efe1f718ca (diff)
aaa
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@1395 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 0adfec650245761402f8a062f0682c4f7afd6513
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e1db3a3b..fcf38a51 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -92,7 +92,8 @@ else()
add_subdirectory(example/Bitmap_cubical_complex)
add_subdirectory(example/Witness_complex)
add_subdirectory(example/Alpha_complex)
- add_subdirectory(example/Gudhi_stat)
+ add_subdirectory(example/Bottleneck)
+
# data points generator
add_subdirectory(data/points/generator)