comparison extensions/CMakeLists.txt @ 609:2d15fd8ef5ba

Very very early python interactive extension, using SWIG
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 01 Dec 2010 17:52:28 +0900
parents e9c0bdedf2eb
children 083317a4e947
comparison
equal deleted inserted replaced
608:ee1dd2a6fd7e 609:2d15fd8ef5ba
83 83
84 FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information" OFF) 84 FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information" OFF)
85 FD_EXTENSION_SUBDIR(dbg_rt "Routing extension for debugging the routing module" OFF) 85 FD_EXTENSION_SUBDIR(dbg_rt "Routing extension for debugging the routing module" OFF)
86 FD_EXTENSION_SUBDIR(test_app "Testing application to send dummy message to another peer, like a Diameter 'ping'" OFF) 86 FD_EXTENSION_SUBDIR(test_app "Testing application to send dummy message to another peer, like a Diameter 'ping'" OFF)
87 FD_EXTENSION_SUBDIR(test_sip "Testing application to simulate Diameter-SIP client (RFC4740)" OFF) 87 FD_EXTENSION_SUBDIR(test_sip "Testing application to simulate Diameter-SIP client (RFC4740)" OFF)
88 FD_EXTENSION_SUBDIR(dbg_interactive "Python-interpreter based module" OFF)
88 89
89 90
90 # The following extension have very little use except for specific tests, so we disable them except in Debug configurations. 91 # The following extension have very little use except for specific tests, so we disable them except in Debug configurations.
91 IF (CMAKE_BUILD_TYPE MATCHES "Debug") 92 IF (CMAKE_BUILD_TYPE MATCHES "Debug")
92 FD_EXTENSION_SUBDIR(_sample "Simple extension to demonstrate extension mechanism, for developpers" OFF) 93 FD_EXTENSION_SUBDIR(_sample "Simple extension to demonstrate extension mechanism, for developpers" OFF)
"Welcome to our mercurial repository"