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

set                         (targets                        
                             rips-consistency-zigzag)
                             
foreach                     (t ${targets})
    add_executable          (${t} ${t}.cpp)
    target_link_libraries   (${t} ${libraries} ${Boost_PROGRAM_OPTIONS_LIBRARY} ${Boost_SERIALIZATION_LIBRARY})
endforeach                  (t ${targets})