examples/triangle/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 20 Dec 2009 08:27:01 -0800
branchdev
changeset 182 451748b3c888
parent 106 dfa74f2f2a76
permissions -rw-r--r--
Merged Vineyards code changes with the main development line

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