examples/alphashapes/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 02 Mar 2008 16:42:33 -0500
branchar
changeset 84 c711bb2916e4
parent 39 b85ded6b1530
child 97 0a9bd3f34419
permissions -rw-r--r--
KineticEvaluator takes the maximum time between the two simulators

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})