tools/matching/CMakeLists.txt
author Camille Wormser <camille.wormser@normalesup.org>
Wed, 12 Aug 2009 21:32:38 -0700
branchdev
changeset 163 6cd50e622550
parent 120 3c830b15d694
child 281 6e883f004ebe
permissions -rw-r--r--
explicitely converts a Dimension (short int) into a size_t, for removing a warning

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

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