examples/filtration/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 26 Oct 2012 11:45:58 -0700
branchdev
changeset 271 0cdf9e9eed48
parent 226 574a165c0a9c
permissions -rw-r--r--
Added CGAL_USE_FILE + added option use_cgal

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