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

set							(targets						
							 test-consistencylist
							 test-orderlist)

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