From 4815938de2a69806fcab5bfc0aa51903a15852ce Mon Sep 17 00:00:00 2001 From: Nikolay Kasyanov Date: Sat, 8 Oct 2016 17:07:06 +0200 Subject: [PATCH] [OS X] Add missing plugins to packaging script Source: https://wiki.openmw.org/index.php?title=Development_Environment_Setup#OSG_plugins Issue: https://bugs.openmw.org/issues/3585 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71e85068c..559e4a850 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -741,9 +741,12 @@ if (APPLE) set(ABSOLUTE_PLUGINS "") set(USED_OSG_PLUGINS + osgdb_bmp osgdb_dds osgdb_jpeg + osgdb_osg osgdb_png + osgdb_serializers_osg osgdb_tga )