comparison extensions/app_sip/CMakeLists.txt @ 360:1740bee6c821

Initial App_SIP import
author Alexandre Westfahl <awestfahl@freediameter.net>
date Fri, 02 Jul 2010 12:00:58 +0900
parents
children 5b199400a290
comparison
equal deleted inserted replaced
359:9fa49025743f 360:1740bee6c821
1 # The dict_nasreq extension
2 PROJECT("Diameter SIP Application (RFC4740)" C)
3
4 FIND_PACKAGE(MYSQL REQUIRED)
5 INCLUDE_DIRECTORIES(${MYSQL_INCLUDE_DIR})
6
7 # List of source files
8 SET( DIAM_SIP_SRC
9 diamsip.c
10 diamsip.h
11 libdiamsip.c
12 md5.c
13 multimediaauth.c
14 )
15
16 # Compile as a module
17 FD_ADD_EXTENSION(app_sip ${DIAM_SIP_SRC})
18
19 TARGET_LINK_LIBRARIES(app_sip ${MYSQL_LIBRARY})
"Welcome to our mercurial repository"