Changeset 966:c8fce9beb46a in lemon-main for CMakeLists.txt
- Timestamp:
- 12/20/11 19:25:40 (11 years ago)
- Branch:
- default
- Parents:
- 958:9a716871028e (diff), 965: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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r964 r966 115 115 SET(LEMON_HAVE_LONG_LONG ${HAVE_LONG_LONG}) 116 116 117 INCLUDE(FindPythonInterp)118 119 117 ENABLE_TESTING() 120 118 … … 127 125 ADD_SUBDIRECTORY(lemon) 128 126 IF(${CMAKE_SOURCE_DIR} STREQUAL ${PROJECT_SOURCE_DIR}) 127 ADD_SUBDIRECTORY(contrib) 129 128 ADD_SUBDIRECTORY(demo) 130 129 ADD_SUBDIRECTORY(tools)
Note: See TracChangeset
for help on using the changeset viewer.