examples/alphashapes/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 17 Aug 2007 15:08:27 -0400
changeset 57 07a8ed7c97a3
parent 15 ef3bf83302ca
child 25 25ae830bdcc7
permissions -rw-r--r--
Merged CGAL 3.3 changes with the work on ARVineyard

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