examples/alphashapes/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Tue, 18 Sep 2007 05:45:19 -0400
changeset 36 fd55f095302f
parent 32 075da5d7d6c3
child 39 b85ded6b1530
permissions -rw-r--r--
Minor fixed to CMake (fixed include directory for rlog)

set							(targets						
							 alphashapes3d
							 alpharadius)
							 
add_definitions				(${cgal_cxxflags})
foreach 					(t ${targets})
	add_executable			(${t} ${t}.cpp)
	target_link_libraries	(${t} ${libraries} ${cgal_libraries})
endforeach 					(t ${targets})