examples/filtration/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 24 Nov 2019 13:27:13 -0800
changeset 297 6a553ae00446
parent 226 574a165c0a9c
permissions -rw-r--r--
Make dionysus-link depend on dionysus

set                         (targets                        
                             filtration-homology)
                             
foreach                     (t ${targets})
    add_executable          (${t} ${t}.cpp)
    target_link_libraries   (${t} ${libraries} ${Boost_PROGRAM_OPTIONS_LIBRARY})
endforeach                  (t ${targets})