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:
parent
fc66d81950
commit
f7462f980f
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue