summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorcallum@lindenlab.com <callum@lindenlab.com>2017-02-13 12:29:37 -0800
committercallum@lindenlab.com <callum@lindenlab.com>2017-02-13 12:29:37 -0800
commit238f9350b8fec05a170ce0cf93e50783b07a5abf (patch)
tree719eccc4fd476c4a746c2ad3117c5b0f51190404 /indra/cmake
parent13ec15beb948f0036ea281a5bee25355b5d5478b (diff)
parentac9777bd8eed3899c48ba203d88911085c09e65a (diff)
Automated merge with head of callum_linden/viewer64-xcode8
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/LibVLCPlugin.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/cmake/LibVLCPlugin.cmake b/indra/cmake/LibVLCPlugin.cmake
index 4472676fb4..df829b615a 100644
--- a/indra/cmake/LibVLCPlugin.cmake
+++ b/indra/cmake/LibVLCPlugin.cmake
@@ -18,6 +18,10 @@ if (WINDOWS)
libvlccore.lib
)
elseif (DARWIN)
+ set(VLC_PLUGIN_LIBRARIES
+ libvlc.dylib
+ libvlccore.dylib
+ )
elseif (LINUX)
# Specify a full path to make sure we get a static link
set(VLC_PLUGIN_LIBRARIES