tests/utilities/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Thu, 20 Sep 2007 07:31:40 -0400
changeset 37 addeb7563cb2
parent 30 6d4e450015e4
child 106 dfa74f2f2a76
permissions -rw-r--r--
Added counter of total trail and cycle lengths. Added CountBy.

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

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