Navigation


Changeset 304:ad3c46016584 in freeDiameter for extensions/dbg_rt/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
  • extensions/dbg_rt/CMakeLists.txt

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