examples/consistency/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 15 Jul 2010 10:25:08 -0700
branchdev
changeset 223 3d54247cbccf
parent 118 c4e25fb4082c
permissions -rw-r--r--
CGAL is unncessary for vineyards (update in the documentation)

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