view extensions/test_sip/CMakeLists.txt @ 427:3d9f300f3b49

Added SAR/SAA and UAR/UAA
author Alexandre Westfahl <awestfahl@freediameter.net>
date Mon, 26 Jul 2010 21:39:27 +0900
parents c8a61dabea55
children 3660824413ab
line wrap: on
line source

# The test_sip extension
PROJECT("Diameter-SIP client Test Application (RFC4740)" C)

FIND_PACKAGE(MySQL REQUIRED)
INCLUDE_DIRECTORIES(${MySQL_INCLUDE_DIR}) 

# List of source files
SET( TEST_SIP_SRC
	test_sip.c
	test_sip.h
	multimediaauth.c
	locationinfo.c
	locationinfosl.c
	registrationtermination.c
	userauthorization.c
	serverassignment.c
)

# Compile as a module
FD_ADD_EXTENSION(test_sip ${TEST_SIP_SRC})

TARGET_LINK_LIBRARIES(test_sip ${MySQL_LIBRARIES})
"Welcome to our mercurial repository"