summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC/example
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-02-02 14:15:49 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-02-02 14:15:49 +0000
commit265484997185f3bf900744406206a2d64ca0a20d (patch)
tree6b4270bd385c1ac3bbc6fd705d5b914a44957a58 /src/Nerve_GIC/example
parente15408b4af5cba8966aa8773f6ee6884942c1d95 (diff)
Fix after version release of Cover complex and Persistence representation installations
Fix utils download link git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3211 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9596df8b0d0cdc3d8df79aa367a26b34a96d7f5e
Diffstat (limited to 'src/Nerve_GIC/example')
-rw-r--r--src/Nerve_GIC/example/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Nerve_GIC/example/CMakeLists.txt b/src/Nerve_GIC/example/CMakeLists.txt
index f2626927..542c6af4 100644
--- a/src/Nerve_GIC/example/CMakeLists.txt
+++ b/src/Nerve_GIC/example/CMakeLists.txt
@@ -23,4 +23,7 @@ if (NOT CGAL_VERSION VERSION_LESS 4.8.1)
"lucky_cat.off"
"lucky_cat_PCA1")
+ install(TARGETS CoordGIC DESTINATION bin)
+ install(TARGETS FuncGIC DESTINATION bin)
+
endif (NOT CGAL_VERSION VERSION_LESS 4.8.1)