Navigation


Changeset 117:a42ecf6c045c in freeDiameter for extensions/CMakeLists.txt


Ignore:
Timestamp:
Dec 9, 2009, 3:27:18 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

New rt_debug extension for debugging the routing mechanism

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r93 r117  
    6969        ENDIF (BUILD_MONITOR)
    7070
    71 # OPTION(BUILD_RT_ANY "Build rt_any? (Routing extension sending message to any peer available, for testing purpose only)" OFF)
     71# OPTION(BUILD_RT_ANY "Build rt_any? (Routing extension randomly sending message to any peer available, for testing purpose only)" OFF)
    7272#       IF (BUILD_RT_ANY)
    7373#          SUBDIRS(rt_any)
    7474#       ENDIF (BUILD_RT_ANY)
    7575
    76 # OPTION(BUILD_RT_DEBUG "Build rt_debug? (Routing extension tracing routing list, for debug purpose only)" OFF)
    77 #       IF (BUILD_RT_DEBUG)
    78 #          SUBDIRS(rt_debug)
    79 #       ENDIF (BUILD_RT_DEBUG)
     76OPTION(BUILD_RT_DEBUG "Build rt_debug? (Routing extension for debugging the routing module)" OFF)
     77        IF (BUILD_RT_DEBUG)
     78           SUBDIRS(rt_debug)
     79        ENDIF (BUILD_RT_DEBUG)
    8080
    8181OPTION(BUILD_APP_TEST "Build app_test? (Testing application to send dummy message to another peer, for testing purpose only)" OFF)
Note: See TracChangeset for help on using the changeset viewer.