examples/triangle/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 02 Sep 2010 09:13:42 -0700
branchdev
changeset 227 c1e2626cde8f
parent 106 dfa74f2f2a76
permissions -rw-r--r--
Removed the unnecessary typename in filtration-homology.cpp

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