examples/triangle/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 28 Jan 2009 14:57:17 -0800
branchdev
changeset 111 958dec48d946
parent 106 dfa74f2f2a76
permissions -rw-r--r--
Switched to CGAL 3.4 (native CMake configuration): for now only alphashapes

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})