view extensions/dict_dcca_3gpp/CMakeLists.txt @ 1499:71cc2c59e7dc

move generated AVPs into separate source files Refactor dict_dcca_3gpp and dict_dcca_starent so the generated source is in a separate add_avps.c. Easier to maintain, and also compiles faster. Improve the error logging for DICT_RULE failure.
author Luke Mewburn <luke@mewburn.net>
date Fri, 03 Apr 2020 12:11:11 +1100
parents 09af899b017b
children
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 add_avps.c)


####
## INSTALL section ##

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