tools/matching/CMakeLists.txt
author Mikael Vejdemo Johansson <mik@math.stanford.edu>
Tue, 23 Feb 2010 17:39:15 -0800
branchdev
changeset 204 7653574ff064
parent 120 3c830b15d694
child 281 6e883f004ebe
permissions -rw-r--r--
Andrew Yarmola's compilation fix for MacOSX.

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

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