forked from teamnwah/openmw-tes3coop
Merge pull request #815 from corristo/openmw-37
OS X: use TGA, PNG & JPEG plugins instead of ImageIO plugin
This commit is contained in:
commit
3c4d3d4bd2
1 changed files with 3 additions and 2 deletions
|
@ -748,9 +748,10 @@ if (APPLE)
|
|||
|
||||
set(ABSOLUTE_PLUGINS "")
|
||||
set(USED_OSG_PLUGINS
|
||||
osgdb_tga
|
||||
osgdb_dds
|
||||
osgdb_imageio
|
||||
osgdb_jpeg
|
||||
osgdb_png
|
||||
osgdb_tga
|
||||
)
|
||||
|
||||
foreach (PLUGIN_NAME ${USED_OSG_PLUGINS})
|
||||
|
|
Loading…
Reference in a new issue