examples/homology-zigzags/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 06 Mar 2023 12:31:30 -0800
changeset 299 79789643a4cc
parent 274 73d69c01ed6c
permissions -rw-r--r--
Fix a few compilation issues

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