mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-04 19:11:33 +00:00
turn on BUILD_OSG_PLUGIN_DAE for non system OSG
This commit is contained in:
parent
3e9510a89f
commit
1237c45ecb
1 changed files with 2 additions and 1 deletions
3
extern/CMakeLists.txt
vendored
3
extern/CMakeLists.txt
vendored
|
@ -103,13 +103,14 @@ if(NOT OPENMW_USE_SYSTEM_OSG)
|
|||
|
||||
set(BUILD_OSG_PLUGINS_BY_DEFAULT OFF CACHE BOOL "")
|
||||
set(BUILD_OSG_PLUGIN_BMP ON CACHE BOOL "")
|
||||
set(BUILD_OSG_PLUGIN_DAE ON CACHE BOOL "")
|
||||
set(BUILD_OSG_PLUGIN_DDS ON CACHE BOOL "")
|
||||
set(BUILD_OSG_PLUGIN_FREETYPE ON CACHE BOOL "")
|
||||
set(BUILD_OSG_PLUGIN_JPEG ON CACHE BOOL "")
|
||||
set(BUILD_OSG_PLUGIN_KTX ON CACHE BOOL "")
|
||||
set(BUILD_OSG_PLUGIN_OSG ON CACHE BOOL "")
|
||||
set(BUILD_OSG_PLUGIN_PNG ON CACHE BOOL "")
|
||||
set(BUILD_OSG_PLUGIN_TGA ON CACHE BOOL "")
|
||||
set(BUILD_OSG_PLUGIN_KTX ON CACHE BOOL "")
|
||||
|
||||
set(OSG_USE_FLOAT_MATRIX ON CACHE BOOL "")
|
||||
set(OSG_USE_FLOAT_PLANE ON CACHE BOOL "")
|
||||
|
|
Loading…
Reference in a new issue