summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorSamuel Kolb <skolb@lindenlab.com>2009-12-15 13:05:47 -0800
committerSamuel Kolb <skolb@lindenlab.com>2009-12-15 13:05:47 -0800
commitd7533a2c0646826088d5c1f58c84604c0607b8aa (patch)
treeebf6447c389e816772e546934cc6972f5750ea60 /indra
parentc2554b6f286e1bb8fa85ba68d2de56ccc88291b8 (diff)
parent1f7bf9216869682aa88c9c92b6c15d2d5278902d (diff)
merge
Diffstat (limited to 'indra')
-rw-r--r--indra/test_apps/llplugintest/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/test_apps/llplugintest/CMakeLists.txt b/indra/test_apps/llplugintest/CMakeLists.txt
index 0011daaec6..20ae1be1a2 100644
--- a/indra/test_apps/llplugintest/CMakeLists.txt
+++ b/indra/test_apps/llplugintest/CMakeLists.txt
@@ -338,6 +338,13 @@ add_custom_command(TARGET llmediaplugintest POST_BUILD
DEPENDS ${BUILT_SLPLUGIN}
)
+get_target_property(BUILT_LLCOMMON llcommon LOCATION)
+add_custom_command(TARGET llmediaplugintest POST_BUILD
+ COMMAND ${CMAKE_COMMAND} -E copy ${BUILT_LLCOMMON} ${PLUGINS_DESTINATION_DIR}
+ DEPENDS ${BUILT_LLCOMMON}
+)
+
+
if (DARWIN OR WINDOWS)
get_target_property(BUILT_WEBKIT_PLUGIN media_plugin_webkit LOCATION)
add_custom_command(TARGET llmediaplugintest POST_BUILD