tests/geometry/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 15 Aug 2007 11:52:17 -0400
changeset 55 7e71f5984931
child 62 0e7554fd0d51
permissions -rw-r--r--
tests/geometry now match the include/ breakup and are switched to CMake

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