tests/utilities/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Sat, 15 Sep 2007 14:31:36 -0400
changeset 34 19fb71f2405e
parent 30 6d4e450015e4
child 106 dfa74f2f2a76
permissions -rw-r--r--
Counter omits color codes only if connected to a TTY

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

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