tests/geometry/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Sat, 01 Mar 2008 04:48:49 -0500
branchar
changeset 82 167a93cca2e2
parent 62 0e7554fd0d51
child 87 2c2e2f3b5d15
permissions -rw-r--r--
Marked #c66 and #d2a as fixed (fixes in f236c7d659d0 and abba2950aced, respectively)

set							(targets
							 euclidean
							 polynomial
							 test-eventqueue
							 test-kinetic-sort
							 test-linalg)

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