mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-23 03:47:34 -04:00
added Plugin_CgProgramManager (used for sky shaders) to apple's USED_OGRE_PLUGINS
This commit is contained in:
parent
fc66d81950
commit
f7462f980f
@ -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)
|
||||||
|
|
||||||
@ -501,4 +502,4 @@ include(CPack)
|
|||||||
set(CMAKE_EXE_LINKER_FLAGS "-arch i386")
|
set(CMAKE_EXE_LINKER_FLAGS "-arch i386")
|
||||||
set(CMAKE_CXX_FLAGS "-arch i386")
|
set(CMAKE_CXX_FLAGS "-arch i386")
|
||||||
|
|
||||||
endif (APPLE)
|
endif (APPLE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user