examples/fitness/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 16 Oct 2013 09:58:02 -0700
branchdev
changeset 278 7479c3f0fc6b
parent 100 884f70adc576
permissions -rw-r--r--
Increase template depth to fix a bug with XCode 5

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})