examples/alphashapes/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 25 Nov 2007 09:12:36 -0500
changeset 40 122e4a1fa117
parent 39 b85ded6b1530
child 97 0a9bd3f34419
permissions -rw-r--r--
Don't print a line if counters unused; in example/alphashapes converted cout to rInfo

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