examples/homology-zigzags/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 10 Jun 2013 16:58:01 +0200
branchdev
changeset 274 73d69c01ed6c
child 299 79789643a4cc
permissions -rw-r--r--
Added homology zigzags by Steve Oudot and Don Sheehy

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