view extensions/rt_redirect/CMakeLists.txt @ 1315:8662db9f6105

Added tag 1.2.1 for changeset 2cb8d71a405d
author Sebastien Decugis <sdecugis@freediameter.net>
date Sat, 24 Sep 2016 11:33:17 +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"