examples/consistency/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 04 Jun 2012 09:05:45 -0700
branchdev
changeset 255 a7e010314a03
parent 118 c4e25fb4082c
permissions -rw-r--r--
Added smooth() to Python binding + fixed a bug in adaptor.py

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