Changeset 2748 for code/trunk/cmake
- Timestamp:
- Mar 4, 2009, 10:48:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/BuildConfig.cmake
r2723 r2748 119 119 ################# Test options ################## 120 120 121 OPTION(TESTING_ENABLE "Enable build tests.")122 IF(TESTING_ENABLE)123 ENABLE_TESTING()124 ENDIF(TESTING_ENABLE)125 126 OPTION(NETWORK_TESTING_ENABLED "Build network testing tools: i.e. chatclient chatserver and alike.")127 OPTION(NETWORKTRAFFIC_TESTING_ENABLED "Build dummyserver4 and dummyclient4.")128 129 121 130 122 ############# Installation Settings #############
Note: See TracChangeset
for help on using the changeset viewer.