examples/consistency/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 17 Jun 2009 16:02:52 -0700
branchdev
changeset 144 baa53970eb88
parent 118 c4e25fb4082c
permissions -rw-r--r--
Disable alphashapes in Python bindings if no CGAL

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