tools/matching/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 28 Feb 2013 11:12:02 +0800
branchdev
changeset 272 29306411272b
parent 120 3c830b15d694
child 281 6e883f004ebe
permissions -rw-r--r--
Dave Millman's fixes to compile with LLVM-based compilers

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

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