comparison extensions/CMakeLists.txt @ 380:6641d6f80cb6

Added test app for Diameter-SIP(client side)
author Alexandre Westfahl <awestfahl@freediameter.net>
date Mon, 05 Jul 2010 17:08:51 +0900
parents 5b199400a290
children 8e260030f32c
comparison
equal deleted inserted replaced
379:7337305ee51e 380:6641d6f80cb6
100 OPTION(BUILD_TEST_APP "Build test_app.fdx? (Testing application to send dummy message to another peer, for testing purpose only)" OFF) 100 OPTION(BUILD_TEST_APP "Build test_app.fdx? (Testing application to send dummy message to another peer, for testing purpose only)" OFF)
101 IF (BUILD_TEST_APP) 101 IF (BUILD_TEST_APP)
102 SUBDIRS(test_app) 102 SUBDIRS(test_app)
103 ENDIF (BUILD_TEST_APP) 103 ENDIF (BUILD_TEST_APP)
104 104
105 OPTION(BUILD_TEST_APP "Build test_sip.fdx? (Testing application to simulate Diameter-SIP client (RFC4740), for testing purpose only)" OFF)
106 IF (BUILD_TEST_SIP)
107 SUBDIRS(test_sip)
108 ENDIF (BUILD_TEST_SIP)
109
105 # The following extension have very little use except for specific tests, so we disable them except in Debug configurations. 110 # The following extension have very little use except for specific tests, so we disable them except in Debug configurations.
106 IF (CMAKE_BUILD_TYPE MATCHES "Debug") 111 IF (CMAKE_BUILD_TYPE MATCHES "Debug")
107 OPTION(BUILD_SAMPLE "Build sample.fdx? (Simple extension to demonstrate extension mechanism, for developpers only)" OFF) 112 OPTION(BUILD_SAMPLE "Build sample.fdx? (Simple extension to demonstrate extension mechanism, for developpers only)" OFF)
108 IF (BUILD_SAMPLE) 113 IF (BUILD_SAMPLE)
109 SUBDIRS(_sample) 114 SUBDIRS(_sample)
"Welcome to our mercurial repository"