tests/utilities/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 20 Oct 2009 22:05:23 -0700
branchdev
changeset 169 c0bf4675697c
parent 111 958dec48d946
permissions -rw-r--r--
Fixed a typo in documentation + added a warning and a tip about GCC 4.2 on a Mac

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

if                          (counters)
    set                     (targets    ${targets} test-counters)
endif                       (counters)

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