examples/poincare/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 15 Jul 2010 10:19:18 -0700
branchdev
changeset 213 3568e0bfe2cd
parent 100 884f70adc576
permissions -rw-r--r--
Removed the warning about compiler versions (seems unnecessary after Andrew's fixes)

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