examples/consistency/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 26 Nov 2017 18:42:36 -0800
changeset 292 b90319e7126f
parent 118 c4e25fb4082c
permissions -rw-r--r--
Vanessa's fix for e/a/alphashapes3d-periodic for CGAL 4.11

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