examples/fitness/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 29 Feb 2008 19:43:11 -0500
branchar
changeset 81 abba2950aced
parent 48 71cdbdfb8887
child 53 cef300f2c62e
permissions -rw-r--r--
Fixed Vineyard to preserve the vine addresses after we add a new dimension vine (was a major bug)

set							(targets						
							 avida-distance
                             avida-landscape)
	
find_library                (boost_program_options_LIBRARY      NAME boost_program_options
                                                                PATHS ${Boost_LIBRARY_DIR})

foreach 					(t ${targets})
	add_executable			(${t} ${t}.cpp)
	target_link_libraries	(${t} ${libraries} ${boost_program_options_LIBRARY})
endforeach 					(t ${targets})