mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-27 20:06:52 +00:00
reorg of cmake osg plugins; add osgSim and osgdb_dae requirements
This commit is contained in:
parent
052a3d9bc5
commit
3e9510a89f
1 changed files with 8 additions and 5 deletions
|
@ -243,17 +243,20 @@ if (USE_QT)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(USED_OSG_COMPONENTS
|
set(USED_OSG_COMPONENTS
|
||||||
|
osgAnimation
|
||||||
osgDB
|
osgDB
|
||||||
osgViewer
|
|
||||||
osgText
|
|
||||||
osgGA
|
osgGA
|
||||||
osgParticle
|
|
||||||
osgUtil
|
|
||||||
osgFX
|
osgFX
|
||||||
|
osgParticle
|
||||||
|
osgText
|
||||||
|
osgUtil
|
||||||
osgShadow
|
osgShadow
|
||||||
osgAnimation)
|
osgSim
|
||||||
|
osgViewer
|
||||||
|
)
|
||||||
set(USED_OSG_PLUGINS
|
set(USED_OSG_PLUGINS
|
||||||
osgdb_bmp
|
osgdb_bmp
|
||||||
|
osgdb_dae
|
||||||
osgdb_dds
|
osgdb_dds
|
||||||
osgdb_freetype
|
osgdb_freetype
|
||||||
osgdb_jpeg
|
osgdb_jpeg
|
||||||
|
|
Loading…
Reference in a new issue