From 70da85c78c31f140c3d701851c8e82a1b92130ff Mon Sep 17 00:00:00 2001 From: salinasd Date: Thu, 18 Dec 2014 09:04:53 +0000 Subject: cgal include git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@379 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d32ed4f3e4725fbb5b14799ce50704249b9fadaf --- src/Simplex_tree/example/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex_tree/example/CMakeLists.txt b/src/Simplex_tree/example/CMakeLists.txt index 3eafa61b..65c213c7 100644 --- a/src/Simplex_tree/example/CMakeLists.txt +++ b/src/Simplex_tree/example/CMakeLists.txt @@ -14,7 +14,7 @@ add_test(simple_simplex_tree ${CMAKE_CURRENT_BINARY_DIR}/simple_simplex_tree) if(GMP_FOUND AND CGAL_FOUND) message("CGAL_lib = ${CGAL_LIBRARIES_DIR}") message("GMP_LIBRARIES = ${GMP_LIBRARIES}") - + include(${CGAL_USE_FILE}) add_executable ( simplex_tree_from_alpha_shapes_3 simplex_tree_from_alpha_shapes_3.cpp ) target_link_libraries(simplex_tree_from_alpha_shapes_3 ${Boost_SYSTEM_LIBRARY} ${GMP_LIBRARIES} ${CGAL_LIBRARY}) add_test(simplex_tree_from_alpha_shapes_3 ${CMAKE_CURRENT_BINARY_DIR}/simplex_tree_from_alpha_shapes_3 ${CMAKE_SOURCE_DIR}/data/points/bunny_5000) -- cgit v1.2.3