Navigation


Changeset 93:3910804c84db in freeDiameter for extensions/CMakeLists.txt


Ignore:
Timestamp:
Dec 7, 2009, 8:06:29 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Ported the app_test application

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r10 r93  
    7979#       ENDIF (BUILD_RT_DEBUG)
    8080
    81 # OPTION(BUILD_APP_TEST "Build app_test? (Testing application to send dummy message to another peer, for testing purpose only)" OFF)
    82 #       IF (BUILD_APP_TEST)
    83 #          SUBDIRS(app_test)
    84 #       ENDIF (BUILD_APP_TEST)
     81OPTION(BUILD_APP_TEST "Build app_test? (Testing application to send dummy message to another peer, for testing purpose only)" OFF)
     82        IF (BUILD_APP_TEST)
     83           SUBDIRS(app_test)
     84        ENDIF (BUILD_APP_TEST)
Note: See TracChangeset for help on using the changeset viewer.