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

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