examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 17 Feb 2008 09:16:30 -0500
changeset 45 7c15f27bfa1b
parent 30 6d4e450015e4
child 100 884f70adc576
permissions -rw-r--r--
Merged the branch resulting from the upstream pull

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