diff 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
line wrap: on
line diff
--- a/extensions/CMakeLists.txt	Fri Nov 26 11:04:29 2010 +0900
+++ b/extensions/CMakeLists.txt	Wed Dec 01 17:52:28 2010 +0900
@@ -85,6 +85,7 @@
 FD_EXTENSION_SUBDIR(dbg_rt      "Routing extension for debugging the routing module" OFF)
 FD_EXTENSION_SUBDIR(test_app    "Testing application to send dummy message to another peer, like a Diameter 'ping'" OFF)
 FD_EXTENSION_SUBDIR(test_sip    "Testing application to simulate Diameter-SIP client (RFC4740)" OFF)
+FD_EXTENSION_SUBDIR(dbg_interactive "Python-interpreter based module"                OFF)
 
 
 # The following extension have very little use except for specific tests, so we disable them except in Debug configurations.
"Welcome to our mercurial repository"