examples/alphashapes/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 12 Sep 2007 09:39:34 -0400
changeset 25 25ae830bdcc7
parent 15 ef3bf83302ca
child 30 6d4e450015e4
permissions -rw-r--r--
Changed SimplexWithVertices<V>::VertexContainer to std::vector<V> from std::set<V>

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