summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/example
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-13 13:30:54 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-13 13:30:54 +0000
commit18ff095793e71b7653a390cc56dfdf1d5b7514eb (patch)
treeb32955e033d6e5cd8f25995b5729260c880fa2b1 /src/Gudhi_stat/example
parent35b3ab61f3d8a89e2217137af86b7e96c6bdcb7d (diff)
a few modification to the code to compute persistence landscapes on a grid
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@1493 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6adb9cecf2465330c121e44236ad1d7c4bce2d07
Diffstat (limited to 'src/Gudhi_stat/example')
-rw-r--r--src/Gudhi_stat/example/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Gudhi_stat/example/CMakeLists.txt b/src/Gudhi_stat/example/CMakeLists.txt
index aadfc83b..0229ba7c 100644
--- a/src/Gudhi_stat/example/CMakeLists.txt
+++ b/src/Gudhi_stat/example/CMakeLists.txt
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 2.6)
project(GUDHI_STAT)
+add_executable ( persistence_landscape_on_grid persistence_landscape_on_grid.cpp )
+target_link_libraries(persistence_landscape_on_grid ${Boost_SYSTEM_LIBRARY})
+
add_executable ( persistence_landscape persistence_landscape.cpp )
target_link_libraries(persistence_landscape ${Boost_SYSTEM_LIBRARY})
@@ -13,7 +16,6 @@ target_link_libraries(create_landscapes ${Boost_SYSTEM_LIBRARY})
add_executable ( plot_landscapes plot_landscapes.cpp )
target_link_libraries(plot_landscapes ${Boost_SYSTEM_LIBRARY})
-
add_executable ( persistence_intervals persistence_intervals.cpp )
target_link_libraries(persistence_intervals ${Boost_SYSTEM_LIBRARY})