tools/matching/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 14 Jul 2017 14:07:05 -0700
changeset 289 f7dbbfdac250
parent 281 6e883f004ebe
permissions -rw-r--r--
Add a note about Dionysus 2 to the docs

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