examples/alphashapes/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 27 Feb 2008 07:57:45 -0500
branchar
changeset 76 66622c6bf8cf
parent 39 b85ded6b1530
child 97 0a9bd3f34419
permissions -rw-r--r--
Merged upstream changes (to get boost::program_options setup in CMake)

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