mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 05:39:42 +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
|
||||
SET(USED_OGRE_PLUGINS "RenderSystem_GL"
|
||||
"Plugin_OctreeSceneManager"
|
||||
"Plugin_CgProgramManager"
|
||||
"Plugin_ParticleFX")
|
||||
endif(APPLE)
|
||||
|
||||
|
@ -501,4 +502,4 @@ include(CPack)
|
|||
set(CMAKE_EXE_LINKER_FLAGS "-arch i386")
|
||||
set(CMAKE_CXX_FLAGS "-arch i386")
|
||||
|
||||
endif (APPLE)
|
||||
endif (APPLE)
|
||||
|
|
Loading…
Reference in a new issue