examples/triangle/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 06 Nov 2009 14:19:08 -0800
branchdev
changeset 173 5fd3f43e6fbf
parent 106 dfa74f2f2a76
permissions -rw-r--r--
Added arbitrary coefficients in boundaries (to C++ and Python) + cleaned up CohomologyPersistence.add overloading in Python

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