examples/ar-vineyard/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 15 Aug 2007 11:52:17 -0400
changeset 55 7e71f5984931
parent 21 565a3e60eb7e
child 30 6d4e450015e4
child 56 f480ec018512
permissions -rw-r--r--
tests/geometry now match the include/ breakup and are switched to CMake

set							(targets						
							 ar-vineyard)
							 
foreach 					(t ${targets})
	add_executable			(${t} ${t}.cpp ${external_sources})
	target_link_libraries	(${t} ${libraries} ${cgal_libraries})
endforeach 					(t)