examples/alphashapes/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 29 Feb 2008 19:43:11 -0500
branchar
changeset 81 abba2950aced
parent 39 b85ded6b1530
child 97 0a9bd3f34419
permissions -rw-r--r--
Fixed Vineyard to preserve the vine addresses after we add a new dimension vine (was a major bug)

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