examples/filtration/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Sat, 23 Nov 2019 21:29:50 -0800
changeset 294 5810d70ec967
parent 226 574a165c0a9c
permissions -rw-r--r--
Get rid of Boost.Signals dependency

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