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

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