tests/geometry/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 22 Feb 2008 18:29:43 -0500
branchar
changeset 66 6021ec481b1f
parent 62 0e7554fd0d51
child 87 2c2e2f3b5d15
permissions -rw-r--r--
Fixed Simulator not processing events correctly Event that is being processed needed to be removed from the queue while its own process() method ran.

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})