view extensions/app_sip/tools/CMakeLists.txt @ 1293:17e6e6d72c9b

Added tag 1.2.1-rc2 for changeset 13948c684c35
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 18 Jun 2015 22:58:01 +0800
parents c405e93bb2cc
children
line wrap: on
line source

# Utilities for app_sip
PROJECT("Diameter SIP Application (RFC4740) tools" C)

ADD_EXECUTABLE(freediameter-sip-rtr app_sip_rtr.c)
ADD_EXECUTABLE(freediameter-sip-ppr app_sip_ppr.c)

####
## INSTALL section ##

INSTALL(TARGETS freediameter-sip-rtr freediameter-sip-ppr
	RUNTIME DESTINATION ${INSTALL_DAEMON_SUFFIX}
	COMPONENT freeDiameter-sip-server)
"Welcome to our mercurial repository"