examples/filtration/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 28 Jan 2011 08:01:37 -0800
branchdev
changeset 241 2ca64ce7d57c
parent 226 574a165c0a9c
permissions -rw-r--r--
Fixed combinations in closure() for older versions of Python

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