examples/homology-zigzags/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 27 Nov 2017 10:26:59 -0800
changeset 293 bc7bd0ac9af6
parent 274 73d69c01ed6c
child 299 79789643a4cc
permissions -rw-r--r--
Add CGAL pre-4.11 support back to e/a/alphashapes3d-periodic

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