examples/homology-zigzags/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 06 Mar 2023 12:48:28 -0800
changeset 301 41d5aeb87565
parent 299 79789643a4cc
permissions -rw-r--r--
Change all http to https in doc/get-build-install.rst

set                         (targets
                             rips-pairwise-zz
                             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})