annotate contrib/test_Gx/CMakeLists.txt @ 1257:55d0867dd8b8

Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 11 May 2014 22:34:48 +0800
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1257
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
1 # The dict_nasreq extension
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
2 PROJECT("Gx Interface for freediameter" C)
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
3
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
4 # Compile as a module
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
5 FD_ADD_EXTENSION(app_gx main_gx.c)
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
6
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
7
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
8 ####
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
9 ## INSTALL section ##
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
10
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
11 INSTALL(TARGETS app_gx
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
12 LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
55d0867dd8b8 Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
13 COMPONENT freeDiameter-rx-interface)
"Welcome to our mercurial repository"