Changeset 8264 for code/trunk/cmake/LibraryConfig.cmake
- Timestamp:
- Apr 19, 2011, 6:00:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/LibraryConfig.cmake
r7955 r8264 202 202 ################# OGRE Plugins ################## 203 203 204 # More plugins: Plugin_BSPSceneManager, Plugin_OctreeSceneManager205 SET(OGRE_PLUGINS_INT Plugin_ParticleFX)206 IF(WIN32)207 # CG program manager is probably DirectX related (not available under unix)208 LIST(APPEND OGRE_PLUGINS_INT Plugin_CgProgramManager)209 ENDIF(WIN32)210 SET(OGRE_PLUGINS ${OGRE_PLUGINS_INT} CACHE STRING211 "Specify which OGRE plugins to load. Existance check is performed.")212 213 204 # Check the plugins and determine the plugin folder 214 205 # You can give a hint by setting the environment variable ENV{OGRE_PLUGIN_DIR} 215 206 INCLUDE(CheckOGREPlugins) 216 CHECK_OGRE_PLUGINS(${OGRE_PLUGINS}) 217 207 # Note 1: First argument (as string!) are for mandatory plugins, second one is 208 # for optional ones. 209 # Note 2: Render systems are found automatically (at least one required) 210 CHECK_OGRE_PLUGINS("Plugin_ParticleFX" "Plugin_CgProgramManager") 211
Note: See TracChangeset
for help on using the changeset viewer.