examples/consistency/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 10 Aug 2009 16:48:13 -0700
branchdev
changeset 160 1b30e507e8aa
parent 118 c4e25fb4082c
permissions -rw-r--r--
Fixed bugs in cocycle.py introduced when rips-pairwise-cohomology.py was originally added

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