view extensions/test_ccload/CMakeLists.txt @ 1534:c83e60f28632

dict_dcca_3gpp: simplify rule creation Refactor local_rules_definition to simplify rule creation (to avoid c99 struct initialisers that result in long lines). No change to generated rules.
author Luke Mewburn <luke@mewburn.net>
date Mon, 20 Apr 2020 12:12:42 +1000
parents e99e8f20b346
children
line wrap: on
line source

# The test_ccload extension
PROJECT("Credit Control load generator server" C)

FD_ADD_EXTENSION(test_ccload test_ccload.c)


####
## INSTALL section ##

INSTALL(TARGETS test_ccload
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-debug-tools)

"Welcome to our mercurial repository"