examples/poincare/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 15 Jul 2010 10:25:08 -0700
branchdev
changeset 223 3d54247cbccf
parent 100 884f70adc576
permissions -rw-r--r--
CGAL is unncessary for vineyards (update in the documentation)

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