view extensions/test_as/CMakeLists.txt @ 1535:00278a2c5b90

dict_dcca_3gpp: update rules per Rel-15 updates Update rules per 3GPP TS 29.212 V15.9.0 (2019-12): - QoS-Information Update rules per 3GPP TS 32.299 V15.7.0 (2019-06): - Application-Server-Information - IMS-Information - MMS-Information - PS-Information - Service-Information - SMS-Information
author Luke Mewburn <luke@mewburn.net>
date Mon, 20 Apr 2020 13:40:25 +1000
parents 2119c8c0c219
children
line wrap: on
line source

# The test_as extension
PROJECT("Abort Session dummy server" C)

FD_ADD_EXTENSION(test_as test_as.c)


####
## INSTALL section ##

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

"Welcome to our mercurial repository"