comparison 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
comparison
equal deleted inserted replaced
1256:bd6b40c9f731 1257:55d0867dd8b8
1 # The dict_nasreq extension
2 PROJECT("Gx Interface for freediameter" C)
3
4 # Compile as a module
5 FD_ADD_EXTENSION(app_gx main_gx.c)
6
7
8 ####
9 ## INSTALL section ##
10
11 INSTALL(TARGETS app_gx
12 LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
13 COMPONENT freeDiameter-rx-interface)
"Welcome to our mercurial repository"