view extensions/dict_dcca_3gpp/CMakeLists.txt @ 954:09af899b017b

Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools). These are based on publicly available specifications. Not hooked into the build yet.
author Thomas Klausner <tk@giga.or.at>
date Fri, 22 Feb 2013 00:38:42 +0100
parents
children 71cc2c59e7dc
line wrap: on
line source

# The dict_dcca_3gpp extension
PROJECT("Diameter DCCA (Diameter Credit Control Application) 3GPP dictionary definitions" C)

# Compile as a module
FD_ADD_EXTENSION(dict_dcca_3gpp dict_dcca_3gpp.c)


####
## INSTALL section ##

INSTALL(TARGETS dict_dcca_3gpp
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-dictionary-rfc4006-extension-3gpp)
"Welcome to our mercurial repository"