examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 01 Jul 2007 00:00:00 -0400
changeset 19 efa14432761a
parent 18 a4d403087fbc
child 30 6d4e450015e4
permissions -rw-r--r--
Initial geometry commit

set							(targets						
							 cech-complex)
							 
foreach 					(t ${targets})
	add_executable			(${t} ${t}.cpp ${external_sources})
	target_link_libraries	(${t} ${libraries} ${cgal_libraries})
endforeach 					(t ${targets})