1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-21 03:44:05 +00:00

added Plugin_CgProgramManager (used for sky shaders) to apple's USED_OGRE_PLUGINS

This commit is contained in:
scrawl 2012-02-20 18:39:12 +01:00
parent fc66d81950
commit f7462f980f

View file

@ -207,6 +207,7 @@ if(APPLE)
# List used Ogre plugins # List used Ogre plugins
SET(USED_OGRE_PLUGINS "RenderSystem_GL" SET(USED_OGRE_PLUGINS "RenderSystem_GL"
"Plugin_OctreeSceneManager" "Plugin_OctreeSceneManager"
"Plugin_CgProgramManager"
"Plugin_ParticleFX") "Plugin_ParticleFX")
endif(APPLE) endif(APPLE)