examples/triangle/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 10 Aug 2009 15:22:32 -0700
branchdev
changeset 159 92318b22ffa5
parent 106 dfa74f2f2a76
permissions -rw-r--r--
Fixed bugs in rips-pairwise-cohomology.py whose origin is unclear to me

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