Navigation


Changeset 10:c5c99c73c2bf in freeDiameter for extensions/CMakeLists.txt


Ignore:
Timestamp:
Sep 25, 2009, 4:12:08 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added some extensions and functions in the daemon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r9 r10  
    1818####
    1919# Diameter applications dictionary
    20 # OPTION(BUILD_DICT_NASREQ "Build NASREQ (RFC4005) Dictionary definitions?" ON)
    21 #       IF (BUILD_DICT_NASREQ)
    22 #          SUBDIRS(dict_nasreq)
    23 #       ENDIF (BUILD_DICT_NASREQ)
     20OPTION(BUILD_DICT_NASREQ "Build NASREQ (RFC4005) Dictionary definitions?" ON)
     21        IF (BUILD_DICT_NASREQ)
     22           SUBDIRS(dict_nasreq)
     23        ENDIF (BUILD_DICT_NASREQ)
    2424
    25 # OPTION(BUILD_DICT_EAP "Build Diameter EAP (RFC4072) Dictionary definitions?" ON)
    26 #       IF (BUILD_DICT_EAP)
    27 #          SUBDIRS(dict_eap)
    28 #       ENDIF (BUILD_DICT_EAP)
     25OPTION(BUILD_DICT_EAP "Build Diameter EAP (RFC4072) Dictionary definitions?" ON)
     26        IF (BUILD_DICT_EAP)
     27           SUBDIRS(dict_eap)
     28        ENDIF (BUILD_DICT_EAP)
    2929
    3030
     
    5959# Debug / development extensions
    6060
    61 OPTION(BUILD_SAMPLE "Build sample? (Simple extension to demonstrate extension mechanism, for developpers only)" OFF)
     61OPTION(BUILD_SAMPLE "Build sample.fdx? (Simple extension to demonstrate extension mechanism, for developpers only)" OFF)
    6262        IF (BUILD_SAMPLE)
    6363           SUBDIRS(_sample)
    6464        ENDIF (BUILD_SAMPLE)
     65
     66OPTION(BUILD_MONITOR "Build monitor.fdx? (display periodical debug information on the console)" OFF)
     67        IF (BUILD_MONITOR)
     68           SUBDIRS(dbg_monitor)
     69        ENDIF (BUILD_MONITOR)
    6570
    6671# OPTION(BUILD_RT_ANY "Build rt_any? (Routing extension sending message to any peer available, for testing purpose only)" OFF)
Note: See TracChangeset for help on using the changeset viewer.