tools/matching/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 27 Jun 2017 09:38:20 -0700
changeset 286 0496c5f88b2a
parent 281 6e883f004ebe
permissions -rw-r--r--
Remove 'hg up tip' from doc/get-build-install.rst

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