tests/utilities/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Thu, 13 Sep 2007 04:42:39 -0400
changeset 27 b0d6c9162de3
parent 20 7bf6aa6b0ab6
child 30 6d4e450015e4
permissions -rw-r--r--
Changed counters and added setup for new logging. Everything but tests is broken.

set							(targets						
							 test-consistencylist
							 test-orderlist
							 test-counters)

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