tools/matching/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 16 Apr 2009 00:23:01 -0700
branchdev
changeset 131 d9e050258358
parent 120 3c830b15d694
child 281 6e883f004ebe
permissions -rw-r--r--
Alphashapes and Python bindings * converted alphashapes2d to the new format * added Python bindings for alphashapes * added sample alphashapes.py that dynamically distinguishes between 2D and 3D

set                             (libraries                      ${libraries} 
                                                                ${Boost_PROGRAM_OPTIONS_LIBRARY})

# Build compare-diagrams
add_executable                  (bottleneck                     bottleneck.cpp)
target_link_libraries           (bottleneck                     ${libraries})