Navigation



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
  • extensions/app_acct/CMakeLists.txt

    r289 r304  
    2929FD_ADD_EXTENSION(app_acct ${APP_ACCT_SRC} ${APP_ACCT_SRC_GEN})
    3030TARGET_LINK_LIBRARIES(app_acct ${POSTGRESQL_LIBRARIES})
     31
     32
     33####
     34## INSTALL section ##
     35
     36INSTALL(TARGETS app_acct
     37        LIBRARY DESTINATION ${DEFAULT_EXTENSIONS_PATH}
     38        COMPONENT freeDiameter-accounting-server)
     39
Note: See TracChangeset for help on using the changeset viewer.