examples/ar-vineyard/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 17 Aug 2007 15:08:27 -0400
changeset 57 07a8ed7c97a3
parent 56 f480ec018512
child 60 bb79215d1f93
permissions -rw-r--r--
Merged CGAL 3.3 changes with the work on ARVineyard

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