examples/fitness/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 02 Sep 2010 09:13:42 -0700
branchdev
changeset 227 c1e2626cde8f
parent 100 884f70adc576
permissions -rw-r--r--
Removed the unnecessary typename in filtration-homology.cpp

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