comparison 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
comparison
equal deleted inserted replaced
361:22e7110bf46d 362:5b199400a290
1 # The dict_nasreq extension 1 # The dict_nasreq extension
2 PROJECT("Diameter SIP Application (RFC4740)" C) 2 PROJECT("Diameter SIP Application (RFC4740)" C)
3 3
4 FIND_PACKAGE(MYSQL REQUIRED) 4 FIND_PACKAGE(MySQL REQUIRED)
5 INCLUDE_DIRECTORIES(${MYSQL_INCLUDE_DIR}) 5 INCLUDE_DIRECTORIES(${MySQL_INCLUDE_DIR})
6 6
7 # List of source files 7 # List of source files
8 SET( DIAM_SIP_SRC 8 SET( DIAM_SIP_SRC
9 diamsip.c 9 diamsip.c
10 diamsip.h 10 diamsip.h
14 ) 14 )
15 15
16 # Compile as a module 16 # Compile as a module
17 FD_ADD_EXTENSION(app_sip ${DIAM_SIP_SRC}) 17 FD_ADD_EXTENSION(app_sip ${DIAM_SIP_SRC})
18 18
19 TARGET_LINK_LIBRARIES(app_sip ${MYSQL_LIBRARY}) 19 TARGET_LINK_LIBRARIES(app_sip ${MySQL_LIBRARIES})
"Welcome to our mercurial repository"