examples/filtration/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 05 Jun 2012 17:04:10 -0700
branchdev
changeset 257 d69a9e11205e
parent 226 574a165c0a9c
permissions -rw-r--r--
Moved dionysus.circular into its own subdirectory + added dionysus.viewer

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