comparison extensions/test_sip/CMakeLists.txt @ 381:9af1e3b432e6

test_sip new files
author Alexandre Westfahl <awestfahl@freediameter.net>
date Mon, 05 Jul 2010 17:10:00 +0900
parents
children c8a61dabea55
comparison
equal deleted inserted replaced
380:6641d6f80cb6 381:9af1e3b432e6
1 # The test_sip extension
2 PROJECT("Diameter-SIP client Test Application (RFC4740)" C)
3
4 FIND_PACKAGE(MySQL REQUIRED)
5 INCLUDE_DIRECTORIES(${MySQL_INCLUDE_DIR})
6
7 # List of source files
8 SET( TEST_SIP_SRC
9 test_sip.c
10 test_sip.h
11 )
12
13 # Compile as a module
14 FD_ADD_EXTENSION(test_sip ${TEST_SIP_SRC})
15
16 TARGET_LINK_LIBRARIES(test_sip ${MySQL_LIBRARIES})
"Welcome to our mercurial repository"