examples/alphashapes/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 31 Jan 2007 16:53:35 -0500
changeset 16 626e2b875d21
parent 15 ef3bf83302ca
child 25 25ae830bdcc7
permissions -rw-r--r--
Alpha shapes examples compile with debugging enabled (Added AlphaSimplex3D::boundary())

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