examples/grid/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 29 Feb 2008 14:39:48 -0500
branchar
changeset 79 e48a7036cd88
parent 32 075da5d7d6c3
child 50 264e05b89875
permissions -rw-r--r--
ConeSimplex and ARConeSimplex3D adjusted to work correctly with operator<(), operator==(), and boundary()

set							(targets						
							 test-grid2D 
							 pdbdistance-vineyard
							 combustion-vineyard)
							 
add_definitions				(${cgal_cxxflags})
foreach 					(t ${targets})
	add_executable			(${t} ${t}.cpp)
	target_link_libraries	(${t} ${libraries} ${cgal_libraries} ${dsrpdb_LIBRARY})
endforeach 					(t ${targets})