examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Mon, 25 Feb 2008 04:37:49 -0500
branchar
changeset 68 8f2610103946
parent 30 6d4e450015e4
child 100 884f70adc576
permissions -rw-r--r--
Initial commit of KineticSort-based ARVineyard Compiles, but needs to be runtime debugged.

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