examples/triangle/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 14 May 2009 13:09:06 -0700
branchdev
changeset 135 fc8ebbae62e2
parent 106 dfa74f2f2a76
permissions -rw-r--r--
read_points() does not need ambient dimension and ignores lines starting with '#'

set                         (targets
                             triangle
                             triangle-zigzag)

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