examples/filtration/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 16 Apr 2017 13:35:24 -0700
branchdev
changeset 284 67644b9c7668
parent 226 574a165c0a9c
permissions -rw-r--r--
Add LICENSE + LEGAL

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