examples/alphashapes/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 23 Dec 2008 15:10:15 -0800
branchdev
changeset 102 0a9729f0fcbe
parent 97 0a9bd3f34419
child 100 884f70adc576
permissions -rw-r--r--
Removed boundary() from AlphaSimplex3D

set							(targets						
							 alphashapes3d
							 alphashapes2d
							 alpharadius
                             compare-diagrams)
							 
set                         (libraries                          ${libraries} 
                                                                ${Boost_SERIALIZATION_LIBRARY}
                                                                ${Boost_PROGRAM_OPTIONS_LIBRARY})

add_definitions				(${cgal_cxxflags})
foreach 					(t ${targets})
	add_executable			(${t} ${t}.cpp)
	target_link_libraries	(${t} ${libraries} ${cgal_libraries})
endforeach 					(t ${targets})