summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-28 11:31:34 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-28 11:31:34 +0000
commit305e25eb80fab69188e04336fc55635cd58e8273 (patch)
tree3662d238702f38dc3eef10319d85cb2668dfeac8 /src/CMakeLists.txt
parent02ee542500acf487d66e0934d69c61a50951742a (diff)
now it compiles!
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@1347 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 11d98fbee0ac009d75a1c101f2e28208a199f4a7
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e55e4395..e1db3a3b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -92,6 +92,7 @@ else()
add_subdirectory(example/Bitmap_cubical_complex)
add_subdirectory(example/Witness_complex)
add_subdirectory(example/Alpha_complex)
+ add_subdirectory(example/Gudhi_stat)
# data points generator
add_subdirectory(data/points/generator)