view extensions/app_sip/CMakeLists.txt @ 362:5b199400a290

Added missing pieces for app_sip
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 02 Jul 2010 12:52:25 +0900
parents 1740bee6c821
children 8e260030f32c
line wrap: on
line source

# The dict_nasreq extension
PROJECT("Diameter SIP Application (RFC4740)" C)

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

# List of source files
SET( DIAM_SIP_SRC
	diamsip.c
	diamsip.h
	libdiamsip.c
	md5.c
	multimediaauth.c
)

# Compile as a module
FD_ADD_EXTENSION(app_sip ${DIAM_SIP_SRC})

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