[Orxonox-commit 1922] r6639 - code/branches/fps/cmake
edwind at orxonox.net
edwind at orxonox.net
Mon Mar 29 16:01:57 CEST 2010
Author: edwind
Date: 2010-03-29 16:01:57 +0200 (Mon, 29 Mar 2010)
New Revision: 6639
Modified:
code/branches/fps/cmake/LibraryConfig.cmake
Log:
adding ogre bsp plugin
Modified: code/branches/fps/cmake/LibraryConfig.cmake
===================================================================
--- code/branches/fps/cmake/LibraryConfig.cmake 2010-03-29 12:35:26 UTC (rev 6638)
+++ code/branches/fps/cmake/LibraryConfig.cmake 2010-03-29 14:01:57 UTC (rev 6639)
@@ -187,7 +187,7 @@
################# OGRE Plugins ##################
# More plugins: Plugin_BSPSceneManager, Plugin_OctreeSceneManager
-SET(OGRE_PLUGINS_INT Plugin_ParticleFX)
+SET(OGRE_PLUGINS_INT "Plugin_ParticleFX;Plugin_BSPSceneManager")
IF(WIN32)
# CG program manager is probably DirectX related (not available under unix)
LIST(APPEND OGRE_PLUGINS_INT Plugin_CgProgramManager)
More information about the Orxonox-commit
mailing list