examples/alphashapes/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 02 Jan 2009 14:54:15 -0800
branchdev
changeset 108 e096f8892a04
parent 100 884f70adc576
child 111 958dec48d946
permissions -rw-r--r--
Added rips-zigzag; in the process caught a number of bugs in ZigzagPersistence (added check_consistency() to it)

set                         (targets                        
                             alphashapes3d
                             #alphashapes2d
                             #alpharadius
                             compare-diagrams)
                             
set                         (libraries                          ${libraries} 
                                                                ${Boost_SERIALIZATION_LIBRARY}
                                                                ${Boost_PROGRAM_OPTIONS_LIBRARY})

add_definitions             (${cgal_cxxflags})
foreach                     (t ${targets})
    add_executable          (${t} ${t}.cpp)
    target_link_libraries   (${t} ${libraries} ${cgal_libraries})
endforeach                  (t ${targets})