diff options
author | callum@lindenlab.com <callum@lindenlab.com> | 2017-02-13 12:29:37 -0800 |
---|---|---|
committer | callum@lindenlab.com <callum@lindenlab.com> | 2017-02-13 12:29:37 -0800 |
commit | 238f9350b8fec05a170ce0cf93e50783b07a5abf (patch) | |
tree | 719eccc4fd476c4a746c2ad3117c5b0f51190404 /indra/cmake | |
parent | 13ec15beb948f0036ea281a5bee25355b5d5478b (diff) | |
parent | ac9777bd8eed3899c48ba203d88911085c09e65a (diff) |
Automated merge with head of callum_linden/viewer64-xcode8
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LibVLCPlugin.cmake | 4 |
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 |