examples/fitness/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 17 Feb 2008 09:16:00 -0500
changeset 44 0bf12743641f
parent 43 0f970f454094
child 48 71cdbdfb8887
permissions -rw-r--r--
Started examples/fitness/avida-landscape

set							(targets						
							 avida-distance
                             avida-landscape)
							 
foreach 					(t ${targets})
	add_executable			(${t} ${t}.cpp)
	target_link_libraries	(${t} ${libraries})
endforeach 					(t ${targets})