tools/matching/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 07 Sep 2010 13:54:53 -0700
branchdev
changeset 228 12e2daa0e03a
parent 120 3c830b15d694
child 281 6e883f004ebe
permissions -rw-r--r--
Added Python closure function (for computing a k-skeleton of a closure of a list of simplices)

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

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