examples/fitness/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 25 Dec 2008 13:08:41 -0800
branchdev
changeset 103 2ac129839e02
parent 97 0a9bd3f34419
child 100 884f70adc576
permissions -rw-r--r--
Empty is now a template, replaced RecursiveIterator with boost::counting_iterator

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