view extensions/test_ccload/CMakeLists.txt @ 1527:12055ddd8318

Rename Periodic-time (3117) 3GPP TS 29.336 Table 8.4.1-1 row Periodic-time (3117) has incorrect name and should be "Periodic-Time" per majority use. Fix: Periodic-time (3117) renamed to Periodic-Time (931).
author Luke Mewburn <luke@mewburn.net>
date Sat, 18 Apr 2020 13:35:46 +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"