Changeset 304:ad3c46016584 in freeDiameter for CMakeLists.txt
- Timestamp:
- May 14, 2010, 5:26:53 PM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r301 r304 48 48 SUBDIRS(freeDiameter) 49 49 50 # Do we build the extensions? 51 OPTION(IGNORE_ALL_EXTENSIONS "Ignore the extensions completly?") 52 IF(NOT IGNORE_ALL_EXTENSIONS) 53 SUBDIRS(extensions) 54 ENDIF(NOT IGNORE_ALL_EXTENSIONS) 50 # Extensions (there is no point in freeDiameter without any extension) 51 SUBDIRS(extensions) 55 52 56 # The documentation to install 53 54 #### 55 ## INSTALL section ## 56 57 57 INSTALL(FILES README LICENSE doc/freediameter.conf.sample 58 58 DESTINATION doc
Note: See TracChangeset
for help on using the changeset viewer.