From e6eeb2d1a880722cf6451f17fc8af8febeedbe1d Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 2 Oct 2008 11:12:51 +0000 Subject: [PATCH] Remove auto-generated CMakeLists.txt --- .../examples/Surface_mesher/CMakeLists.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Surface_mesher/examples/Surface_mesher/CMakeLists.txt diff --git a/Surface_mesher/examples/Surface_mesher/CMakeLists.txt b/Surface_mesher/examples/Surface_mesher/CMakeLists.txt deleted file mode 100644 index 2c4a76f7fee..00000000000 --- a/Surface_mesher/examples/Surface_mesher/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ -# Created by the script cgal_create_cmake_script -# This is the CMake script for compiling a CGAL application. - -project( Surface_mesher_example ) - -CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5) - -set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) - -find_package(CGAL REQUIRED ImageIO ) - - -include( ${CGAL_USE_FILE} ) -include( CreateSingleSourceCGALProgram ) - -create_single_source_cgal_program( "mesh_a_3d_gray_image.cpp" ) -create_single_source_cgal_program( "mesh_an_implicit_function.cpp" ) -create_single_source_cgal_program( "polyhedron_remesher.cpp" ) -