examples/filtration/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 14 Jul 2017 14:07:05 -0700
changeset 289 f7dbbfdac250
parent 226 574a165c0a9c
permissions -rw-r--r--
Add a note about Dionysus 2 to the docs

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