examples/grid/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Thu, 16 Aug 2007 17:12:52 -0400
changeset 23 cb700b407c0d
parent 15 ef3bf83302ca
child 30 6d4e450015e4
permissions -rw-r--r--
Fixed to compile with CGAL 3.3

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