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/dict_nasreq/CMakeLists.txt

    r10 r304  
    44# Compile as a module
    55FD_ADD_EXTENSION(dict_nasreq dict_nasreq.c)
     6
     7
     8####
     9## INSTALL section ##
     10
     11INSTALL(TARGETS dict_nasreq
     12        LIBRARY DESTINATION ${DEFAULT_EXTENSIONS_PATH}
     13        COMPONENT freeDiameter-dictionary-RFC4005)
Note: See TracChangeset for help on using the changeset viewer.