Navigation


Changeset 380:6641d6f80cb6 in freeDiameter for extensions/CMakeLists.txt


Ignore:
Timestamp:
Jul 5, 2010, 5:08:51 PM (14 years ago)
Author:
Alexandre Westfahl <awestfahl@freediameter.net>
Branch:
default
Phase:
public
Message:

Added test app for Diameter-SIP(client side)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r362 r380  
    103103        ENDIF (BUILD_TEST_APP)
    104104
     105OPTION(BUILD_TEST_APP "Build test_sip.fdx? (Testing application to simulate Diameter-SIP client (RFC4740), for testing purpose only)" OFF)
     106        IF (BUILD_TEST_SIP)
     107           SUBDIRS(test_sip)
     108        ENDIF (BUILD_TEST_SIP)
     109       
    105110# The following extension have very little use except for specific tests, so we disable them except in Debug configurations.
    106111IF (CMAKE_BUILD_TYPE MATCHES "Debug")
Note: See TracChangeset for help on using the changeset viewer.