From a60c38b4738f8147b0f6fb0f27eaa55cf466e22f Mon Sep 17 00:00:00 2001 From: cjamin Date: Thu, 26 Oct 2017 15:06:12 +0000 Subject: Cancel the move of Garland_heckbert.cpp & co git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_utils_in_gudhi_v2@2806 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a3df461085b25b301ea52fcdefecd8d17903e211 --- src/Contraction/example/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Contraction/example/CMakeLists.txt') diff --git a/src/Contraction/example/CMakeLists.txt b/src/Contraction/example/CMakeLists.txt index f02949e4..a92d1685 100644 --- a/src/Contraction/example/CMakeLists.txt +++ b/src/Contraction/example/CMakeLists.txt @@ -1,9 +1,11 @@ cmake_minimum_required(VERSION 2.6) project(Contraction_examples) - add_executable(RipsContraction Rips_contraction.cpp) +add_executable(GarlandHeckbert Garland_heckbert.cpp) +target_link_libraries(GarlandHeckbert ${Boost_TIMER_LIBRARY}) + add_test(NAME Contraction_example_tore3D_0.2 COMMAND $ "${CMAKE_SOURCE_DIR}/data/points/tore3D_1307.off" "0.2") # TODO(DS) : These tests are too long under Windows @@ -13,3 +15,4 @@ add_test(NAME Contraction_example_tore3D_0.2 COMMAND $