Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 12, 2009, 2:02:03 PM (15 years ago)
Author:
rgrieder
Message:

FindOgre now also checks for all the required plugins.
These are specified in cmake/ConfigPlatforms.cmake, however there is only one render system required.
${OGRE_PLUGINS_FOLDER_DEBUG}, ${OGRE_PLUGINS_FOLDER_RELEASE}, ${OGRE_PLUGINS_DEBUG}, ${OGRE_PLUGINS_RELEASE} are also set for later use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/cmake/ConfigPlatforms.cmake

    r2583 r2585  
    4444ENDIF(EXTRA_WARNINGS)
    4545
     46SET(ORXONOX_MEDIA_DIRECTORY "${CMAKE_SOURCE_DIR}/../media")
     47# More plugins: Plugin_BSPSceneManager, Plugin_OctreeSceneManager
     48# Render systems may be optional, but at least one has to be found in FindOgre
     49SET(OGRE_PLUGINS RenderSystem_GL RenderSystem_Direct3D9 Plugin_ParticleFX Plugin_CgProgramManager)
     50
     51
    4652###### Default Compiler/Linker Options ##########
    4753# Most people use GCC to compile orxonox, so use that as default
Note: See TracChangeset for help on using the changeset viewer.