examples/triangle/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 29 Feb 2008 14:39:48 -0500
branchar
changeset 79 e48a7036cd88
parent 30 6d4e450015e4
child 97 0a9bd3f34419
permissions -rw-r--r--
ConeSimplex and ARConeSimplex3D adjusted to work correctly with operator<(), operator==(), and boundary()

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