|
|
@ -269,6 +269,7 @@ endif()
|
|
|
|
if(BUILD_OPENMW OR BUILD_OPENCS OR BUILD_OPENMW_MP)
|
|
|
|
if(BUILD_OPENMW OR BUILD_OPENCS OR BUILD_OPENMW_MP)
|
|
|
|
find_package(OpenSceneGraph 3.3.4 REQUIRED osgDB osgViewer osgText osgGA osgParticle osgUtil osgFX osgShadow)
|
|
|
|
find_package(OpenSceneGraph 3.3.4 REQUIRED osgDB osgViewer osgText osgGA osgParticle osgUtil osgFX osgShadow)
|
|
|
|
include_directories(SYSTEM ${OPENSCENEGRAPH_INCLUDE_DIRS})
|
|
|
|
include_directories(SYSTEM ${OPENSCENEGRAPH_INCLUDE_DIRS})
|
|
|
|
|
|
|
|
find_package(SDL2 REQUIRED)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
IF(BUILD_OPENMW OR BUILD_OPENCS)
|
|
|
|
IF(BUILD_OPENMW OR BUILD_OPENCS)
|
|
|
@ -316,7 +317,6 @@ IF(BUILD_OPENMW OR BUILD_OPENCS)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
find_package(MyGUI 3.2.2 REQUIRED)
|
|
|
|
find_package(MyGUI 3.2.2 REQUIRED)
|
|
|
|
find_package(SDL2 REQUIRED)
|
|
|
|
|
|
|
|
find_package(OpenAL REQUIRED)
|
|
|
|
find_package(OpenAL REQUIRED)
|
|
|
|
find_package(Bullet ${REQUIRED_BULLET_VERSION} REQUIRED COMPONENTS BulletCollision LinearMath)
|
|
|
|
find_package(Bullet ${REQUIRED_BULLET_VERSION} REQUIRED COMPONENTS BulletCollision LinearMath)
|
|
|
|
ELSE()
|
|
|
|
ELSE()
|
|
|
|