examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Tue, 26 Feb 2008 08:02:56 -0500
branchar
changeset 70 c37b0b2e5bb2
parent 30 6d4e450015e4
child 100 884f70adc576
permissions -rw-r--r--
Added and fixed CGAL debugging problem (issue #c42)

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