Alpha_shapes_3/demo needs a submitted/commited CMakeLists.txt.

This commit is contained in:
Laurent Rineau 2008-06-30 11:29:53 +00:00
parent 9628db3503
commit a5941f81cf
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
project( Alpha_shapes_3 )
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
find_package(CGAL REQUIRED)
include( ${CGAL_USE_FILE} )
include( CreateSingleSourceCGALProgram )
create_single_source_cgal_program( alpha_shapes_3.cpp )
create_single_source_cgal_program( weighted_alpha_shapes_3.cpp )