COIN-OR::LEMON - Graph Library

source: lemon/lemon/CMakeLists.txt @ 481:7afc121e0689

Last change on this file since 481:7afc121e0689 was 481:7afc121e0689, checked in by Balazs Dezso <deba@…>, 15 years ago

Port LP and MIP solvers from SVN -r3509 (#44)

File size: 345 bytes
Line 
1INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
2
3ADD_LIBRARY(lemon
4  arg_parser.cc
5  base.cc
6  color.cc
7  lp_base.cc
8  lp_skeleton.cc
9  lp_utils.cc
10  random.cc)
11
12INSTALL(
13  TARGETS lemon
14  ARCHIVE DESTINATION lib
15  COMPONENT library)
16
17INSTALL(
18  DIRECTORY . bits concepts
19  DESTINATION include/lemon
20  COMPONENT headers
21  FILES_MATCHING PATTERN "*.h")
Note: See TracBrowser for help on using the repository browser.