Navigation


Changeset 118:f6ea40e29f53 in freeDiameter for extensions/CMakeLists.txt


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

New rt_any extension for routing tests in Diameter mesh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r117 r118  
    6969        ENDIF (BUILD_MONITOR)
    7070
    71 # OPTION(BUILD_RT_ANY "Build rt_any? (Routing extension randomly sending message to any peer available, for testing purpose only)" OFF)
    72 #       IF (BUILD_RT_ANY)
    73 #          SUBDIRS(rt_any)
    74 #       ENDIF (BUILD_RT_ANY)
     71OPTION(BUILD_RT_ANY "Build rt_any? (Routing extension randomly sending message to any peer available, for testing purpose only)" OFF)
     72        IF (BUILD_RT_ANY)
     73           SUBDIRS(rt_any)
     74        ENDIF (BUILD_RT_ANY)
    7575
    7676OPTION(BUILD_RT_DEBUG "Build rt_debug? (Routing extension for debugging the routing module)" OFF)
Note: See TracChangeset for help on using the changeset viewer.