comparison extensions/test_acct/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 a26655da5c14
children 61f78fdbacc2
comparison
equal deleted inserted replaced
303:32ba9cf7ba87 304:ad3c46016584
1 # The test_acct extension 1 # The test_acct extension
2 PROJECT("Accounting dummy server" C) 2 PROJECT("Accounting dummy server" C)
3 3
4 FD_ADD_EXTENSION(test_acct test_acct.c) 4 FD_ADD_EXTENSION(test_acct test_acct.c)
5
6
7 ####
8 ## INSTALL section ##
9
10 INSTALL(TARGETS test_acct
11 LIBRARY DESTINATION ${DEFAULT_EXTENSIONS_PATH}
12 COMPONENT freeDiameter-debug-tools)
13
"Welcome to our mercurial repository"