comparison extensions/dbg_rt/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("Routing module debug extension" C) 2 PROJECT("Routing module debug extension" C)
3 3
4 # Compile as a module 4 # Compile as a module
5 FD_ADD_EXTENSION(dbg_rt dbg_rt.c) 5 FD_ADD_EXTENSION(dbg_rt dbg_rt.c)
6
7
8 ####
9 ## INSTALL section ##
10
11 INSTALL(TARGETS dbg_rt
12 LIBRARY DESTINATION ${DEFAULT_EXTENSIONS_PATH}
13 COMPONENT freeDiameter-debug-tools)
"Welcome to our mercurial repository"