comparison extensions/test_rt_any/CMakeLists.txt @ 304:ad3c46016584

Added install directives for cmake; also allow default directory to seek for extensions and configuration files
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 14 May 2010 17:26:53 +0900
parents d7acdc46134d
children 61f78fdbacc2
comparison
equal deleted inserted replaced
303:32ba9cf7ba87 304:ad3c46016584
1 # The rt_debug extension 1 # The rt_debug extension
2 PROJECT("Random routing extension (for tests)" C) 2 PROJECT("Random routing extension (for tests)" C)
3 3
4 # Compile as a module 4 # Compile as a module
5 FD_ADD_EXTENSION(test_rt_any test_rt_any.c) 5 FD_ADD_EXTENSION(test_rt_any test_rt_any.c)
6
7
8 ####
9 ## INSTALL section ##
10
11 INSTALL(TARGETS test_rt_any
12 LIBRARY DESTINATION ${DEFAULT_EXTENSIONS_PATH}
13 COMPONENT freeDiameter-debug-tools)
"Welcome to our mercurial repository"