examples/homology-zigzags/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 06 Dec 2013 19:02:42 -0800
branchdev
changeset 279 a125a3d9c723
parent 274 73d69c01ed6c
child 299 79789643a4cc
permissions -rw-r--r--
Dave Millman's fix for and rlog problem

set                         (targets
                             rips-pairwise
                             M-ZZ
                             dM-ZZ
                             iR-ZZ
                             oR-ZZ)

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