Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 4, 2009, 10:48:08 PM (15 years ago)
Author:
rgrieder
Message:
  • Removed very old testing file
  • Removed old testing CMake code. Also removes deprecated options in the CMake Cache.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/CMakeLists.txt

    r2710 r2748  
    4545SET(ORXONOX_EXECUTABLE_NAME ${_exec_name} CACHE INTERNAL "")
    4646
    47 IF(NETWORKTRAFFIC_TESTING_ENABLED)
    48   SET(ORXONOXS_SRC_FILES
    49     GraphicsEngine.cc
    50     objects/Camera.cc
    51     CameraManager.cc
    52   )
    53   ADD_LIBRARY(orxonoxs SHARED ${ORXONOXS_SRC_FILES})
    54 ENDIF(NETWORKTRAFFIC_TESTING_ENABLED)
    55 
    5647TARGET_LINK_LIBRARIES(orxonox
    5748  ${OGRE_LIBRARY}
Note: See TracChangeset for help on using the changeset viewer.