tools/matching/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 24 Nov 2019 08:11:18 -0800
changeset 296 c328d7ecf6b8
parent 281 6e883f004ebe
permissions -rw-r--r--
Comment out explicit typedefs to make GCC happy

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