tools/matching/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 07 Sep 2017 17:35:28 -0700
changeset 290 21b56c6c9512
parent 281 6e883f004ebe
permissions -rw-r--r--
Add Vanessa Robins' periodic alpha shapes code

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

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

add_executable                  (wasserstein                     wasserstein.cpp)
target_link_libraries           (wasserstein                     ${libraries})