Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 25, 2011, 3:07:17 AM (14 years ago)
Author:
rgrieder
Message:

Applied C++ code changes to compile Orxonox with CEGUI 0.7 (does not run yet).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/src/external/CMakeLists.txt

    r7941 r7960  
    2525ADD_SUBDIRECTORY(enet)
    2626ADD_SUBDIRECTORY(loki)
    27 ADD_SUBDIRECTORY(ogreceguirenderer)
     27IF(CEGUI_OGRE_RENDERER_BUILD_REQUIRED)
     28  ADD_SUBDIRECTORY(ogreceguirenderer)
     29ENDIF()
    2830ADD_SUBDIRECTORY(ois)
    2931ADD_SUBDIRECTORY(tinyxml)
Note: See TracChangeset for help on using the changeset viewer.