examples/alphashapes/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Thu, 11 Oct 2007 11:46:00 -0400
changeset 39 b85ded6b1530
parent 32 075da5d7d6c3
child 97 0a9bd3f34419
permissions -rw-r--r--
Added 2D alpha shape filtration example

set							(targets						
							 alphashapes3d
							 alphashapes2d
							 alpharadius)
							 
add_definitions				(${cgal_cxxflags})
foreach 					(t ${targets})
	add_executable			(${t} ${t}.cpp)
	target_link_libraries	(${t} ${libraries} ${cgal_libraries})
endforeach 					(t ${targets})