tests/geometry/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 24 Aug 2007 16:58:25 -0400
changeset 58 b3b810b64a79
parent 55 7e71f5984931
child 62 0e7554fd0d51
permissions -rw-r--r--
Fixed handling of degeneracies in KineticSort, Simulator is aware of the sign of the RationalFunction

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})
endforeach 					(t ${targets})