tests/utilities/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 28 Jan 2009 14:57:17 -0800
branchdev
changeset 111 958dec48d946
parent 106 dfa74f2f2a76
permissions -rw-r--r--
Switched to CGAL 3.4 (native CMake configuration): for now only alphashapes

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})