examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Sat, 15 Sep 2007 04:42:15 -0400
changeset 33 3318eb317618
parent 30 6d4e450015e4
child 100 884f70adc576
permissions -rw-r--r--
Updated README to reflect changes to the logging

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