Navigation


Changeset 304:ad3c46016584 in freeDiameter for CMakeLists.txt


Ignore:
Timestamp:
May 14, 2010, 5:26:53 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added install directives for cmake; also allow default directory to seek for extensions and configuration files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r301 r304  
    4848SUBDIRS(freeDiameter)
    4949
    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)
     51SUBDIRS(extensions)
    5552
    56 # The documentation to install
     53
     54####
     55## INSTALL section ##
     56
    5757INSTALL(FILES README LICENSE doc/freediameter.conf.sample
    5858        DESTINATION doc
Note: See TracChangeset for help on using the changeset viewer.