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

    r120 r304  
    22PROJECT("Monitor extension" C)
    33FD_ADD_EXTENSION(dbg_monitor dbg_monitor.c)
     4
     5
     6####
     7## INSTALL section ##
     8
     9INSTALL(TARGETS dbg_monitor
     10        LIBRARY DESTINATION ${DEFAULT_EXTENSIONS_PATH}
     11        COMPONENT freeDiameter-debug-tools)
     12
Note: See TracChangeset for help on using the changeset viewer.