view extensions/dict_nasreq/CMakeLists.txt @ 1322:7800e6f1919f

Do not log an error if TLS link was shutdown properly
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 15 Oct 2017 21:13:58 +0800
parents 6fd1e6f56af5
children
line wrap: on
line source

# The dict_nasreq extension
PROJECT("Diameter NASREQ (RFC4005) dictionary definitions" C)

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


####
## INSTALL section ##

INSTALL(TARGETS dict_nasreq
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-dictionary-RFC4005)
"Welcome to our mercurial repository"