view extensions/test_sip/CMakeLists.txt @ 420:c8a61dabea55

app_sip:Added LIR/LIA for SL
author Alexandre Westfahl <awestfahl@freediameter.net>
date Mon, 19 Jul 2010 16:46:33 +0900
parents 9af1e3b432e6
children 3d9f300f3b49
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
	registrationtermination.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"