examples/triangle/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 17 Feb 2008 08:47:20 -0500
changeset 42 07510f86b517
parent 30 6d4e450015e4
child 97 0a9bd3f34419
permissions -rw-r--r--
LowerStarFiltration provides a base class for VertexType

set							(targets						
							 triangle)
							 
foreach 					(t ${targets})
	add_executable			(${t} ${t}.cpp)
	target_link_libraries	(${t} ${libraries})
endforeach 					(t ${targets})