From e778857da09c25ed351b5e77dcba319ce44fdb7f Mon Sep 17 00:00:00 2001 From: mcarrier Date: Thu, 10 May 2018 05:52:21 +0000 Subject: added betti sequences git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/kernels@3431 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4680471ce781468c247c40fb5e6eb699dce890c8 --- src/Persistence_representations/example/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Persistence_representations/example/CMakeLists.txt') diff --git a/src/Persistence_representations/example/CMakeLists.txt b/src/Persistence_representations/example/CMakeLists.txt index 3142f19b..9be22085 100644 --- a/src/Persistence_representations/example/CMakeLists.txt +++ b/src/Persistence_representations/example/CMakeLists.txt @@ -46,3 +46,8 @@ add_executable ( Persistence_landscape_on_grid_exact persistence_landscape_on_gr add_test(NAME Persistence_landscape_on_grid_exact COMMAND $) install(TARGETS Persistence_landscape_on_grid_exact DESTINATION bin) + +add_executable ( Betti_sequence betti_sequence.cpp ) +add_test(NAME Betti_sequence + COMMAND $) +install(TARGETS Betti_sequence DESTINATION bin) -- cgit v1.2.3