examples/ar-vineyard/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 17 Feb 2008 16:32:33 -0500
changeset 46 6fbe003aad9d
parent 32 075da5d7d6c3
child 60 bb79215d1f93
permissions -rw-r--r--
avida-landscape computes 0-dimensional persistence of the fitness landscape

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