changeset 381:9af1e3b432e6

test_sip new files
author Alexandre Westfahl <awestfahl@freediameter.net>
date Mon, 05 Jul 2010 17:10:00 +0900
parents 6641d6f80cb6
children 7f042dc6c6e9
files extensions/test_sip/CMakeLists.txt extensions/test_sip/test_sip.c extensions/test_sip/test_sip.h
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/extensions/test_sip/CMakeLists.txt	Mon Jul 05 17:10:00 2010 +0900
@@ -0,0 +1,16 @@
+# 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
+)
+
+# Compile as a module
+FD_ADD_EXTENSION(test_sip ${TEST_SIP_SRC})
+
+TARGET_LINK_LIBRARIES(test_sip ${MySQL_LIBRARIES})
"Welcome to our mercurial repository"