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

    r235 r304  
    2121# Compile as a module
    2222FD_ADD_EXTENSION(test_app ${APP_TEST_SRC})
     23
     24
     25####
     26## INSTALL section ##
     27
     28INSTALL(TARGETS test_app
     29        LIBRARY DESTINATION ${DEFAULT_EXTENSIONS_PATH}
     30        COMPONENT freeDiameter-debug-tools)
     31
Note: See TracChangeset for help on using the changeset viewer.