Navigation


Changeset 306:2c9399b59e6b in freeDiameter for CMakeLists.txt


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

Provide better default directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r305 r306  
    2424SET(DEFAULT_CONF_PATH ${CMAKE_INSTALL_PREFIX}/etc/freeDiameter CACHE PATH "Default location of freeDiameter configuration files")
    2525
    26 SET(INSTALL_DOCUMENTATION_PATH  ${CMAKE_INSTALL_PREFIX}/doc                     CACHE PATH "Directory where the documentation is installed.")
     26SET(INSTALL_DOCUMENTATION_PATH  ${CMAKE_INSTALL_PREFIX}/doc/freeDiameter        CACHE PATH "Directory where the documentation is installed.")
    2727SET(INSTALL_HEADERS_PATH        ${CMAKE_INSTALL_PREFIX}/include/freeDiameter    CACHE PATH "Directory where the headers are installed.")
    28 SET(INSTALL_EXTENSIONS_PATH     ${CMAKE_INSTALL_PREFIX}/lib/fdx                 CACHE PATH "Directory where the extensions are installed / searched.")
     28SET(INSTALL_EXTENSIONS_PATH     ${CMAKE_INSTALL_PREFIX}/lib/freeDiameter        CACHE PATH "Directory where the extensions are installed / searched.")
    2929SET(INSTALL_DAEMON_PATH         ${CMAKE_INSTALL_PREFIX}/bin                     CACHE PATH "Directory where the daemon binary is installed.")
    3030SET(INSTALL_LIBRARY_PATH        ${CMAKE_INSTALL_PREFIX}/lib                     CACHE PATH "Directory where the libfreeDiameter library is installed.")
Note: See TracChangeset for help on using the changeset viewer.