Navigation


Changeset 392:8e260030f32c in freeDiameter for extensions/CMakeLists.txt


Ignore:
Timestamp:
Jul 6, 2010, 7:50:52 PM (14 years ago)
Author:
Alexandre Westfahl <awestfahl@freediameter.net>
Branch:
default
Phase:
public
Message:

Added configuration file for app_sip and test_sip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r380 r392  
    5959        ENDIF (BUILD_APP_ACCT)
    6060
    61 OPTION(BUILD_APP_SIP "Build app_sip? (Authentication and authorization for Diameter SIP RFC4740)" OFF)
     61OPTION(BUILD_APP_SIP "Build app_sip? (Authentication and Authorization for Diameter SIP RFC4740)" OFF)
    6262        IF (BUILD_APP_SIP)
    6363           SUBDIRS(app_sip)
     
    103103        ENDIF (BUILD_TEST_APP)
    104104
    105 OPTION(BUILD_TEST_APP "Build test_sip.fdx? (Testing application to simulate Diameter-SIP client (RFC4740), for testing purpose only)" OFF)
     105OPTION(BUILD_TEST_SIP "Build test_sip.fdx? (Testing application to simulate Diameter-SIP client (RFC4740), for testing purpose only)" OFF)
    106106        IF (BUILD_TEST_SIP)
    107107           SUBDIRS(test_sip)
Note: See TracChangeset for help on using the changeset viewer.