view extensions/rt_redirect/CMakeLists.txt @ 1557:7c777b0082ec 1.5.0

Update version information for 1.5.0
author Sebastien Decugis <sdecugis@freediameter.net>
date Sat, 10 Oct 2020 12:58:27 +0800
parents 4f6f61e67599
children
line wrap: on
line source

# The rt_redirect extension
PROJECT("Diameter Redirect messages support" C)

SET(RT_REDIR_SRC
	rt_redir.h
	rt_redir.c
	redir_entries.c
	redir_expiry.c
	redir_fwd.c
	redir_out.c
	uthash.h
	)

# Compile as a module
FD_ADD_EXTENSION(rt_redirect ${RT_REDIR_SRC})


####
## INSTALL section ##

INSTALL(TARGETS rt_redirect
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-daemon)
"Welcome to our mercurial repository"