summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-11 07:43:50 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-11 07:43:50 +0000
commit7a6ebbd6c26306bca806bbc8c08f74a13c63fca6 (patch)
tree63e331cd19aa72f81808c61c44f3f8add99e8bcb /CMakeLists.txt
parent28b6b1eb52920b495a73f4713d9a6ae78a997f6e (diff)
adding answert to Vincent's comments
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@1688 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 3e90519425010bfedae7af946238188fee6cf420
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d7078489..488f1d62 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -145,6 +145,7 @@ else()
add_subdirectory(src/Alpha_complex/test)
add_subdirectory(src/Gudhi_stat/test)
add_subdirectory(src/Gudhi_stat/example)
+ add_subdirectory(src/Gudhi_stat/utilities)
# data points generator
add_subdirectory(data/points/generator)