annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
118
f6ea40e29f53 New rt_any extension for routing tests in Diameter mesh
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
1 # The rt_debug extension
f6ea40e29f53 New rt_any extension for routing tests in Diameter mesh
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
2 PROJECT("Random routing extension (for tests)" C)
f6ea40e29f53 New rt_any extension for routing tests in Diameter mesh
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
3
f6ea40e29f53 New rt_any extension for routing tests in Diameter mesh
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
4 # Compile as a module
120
d7acdc46134d Renamed several extensions
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 118
diff changeset
5 FD_ADD_EXTENSION(test_rt_any test_rt_any.c)
304
ad3c46016584 Added install directives for cmake; also allow default directory to seek for extensions and configuration files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 120
diff changeset
6
ad3c46016584 Added install directives for cmake; also allow default directory to seek for extensions and configuration files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 120
diff changeset
7
ad3c46016584 Added install directives for cmake; also allow default directory to seek for extensions and configuration files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 120
diff changeset
8 ####
ad3c46016584 Added install directives for cmake; also allow default directory to seek for extensions and configuration files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 120
diff changeset
9 ## INSTALL section ##
ad3c46016584 Added install directives for cmake; also allow default directory to seek for extensions and configuration files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 120
diff changeset
10
ad3c46016584 Added install directives for cmake; also allow default directory to seek for extensions and configuration files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 120
diff changeset
11 INSTALL(TARGETS test_rt_any
ad3c46016584 Added install directives for cmake; also allow default directory to seek for extensions and configuration files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 120
diff changeset
12 LIBRARY DESTINATION ${DEFAULT_EXTENSIONS_PATH}
ad3c46016584 Added install directives for cmake; also allow default directory to seek for extensions and configuration files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 120
diff changeset
13 COMPONENT freeDiameter-debug-tools)
"Welcome to our mercurial repository"