COIN-OR::LEMON - Graph Library

Changeset 1111:c8fce9beb46a in lemon for CMakeLists.txt


Ignore:
Timestamp:
12/20/11 19:25:40 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
1095:9a716871028e (diff), 1108:a1fd7008a052 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge head merging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r1107 r1111  
    115115SET(LEMON_HAVE_LONG_LONG ${HAVE_LONG_LONG})
    116116
    117 INCLUDE(FindPythonInterp)
    118 
    119117ENABLE_TESTING()
    120118
     
    127125ADD_SUBDIRECTORY(lemon)
    128126IF(${CMAKE_SOURCE_DIR} STREQUAL ${PROJECT_SOURCE_DIR})
     127  ADD_SUBDIRECTORY(contrib)
    129128  ADD_SUBDIRECTORY(demo)
    130129  ADD_SUBDIRECTORY(tools)
Note: See TracChangeset for help on using the changeset viewer.