Skip to content
Snippets Groups Projects
Commit 2ecd2689 authored by brad kittenbrink's avatar brad kittenbrink
Browse files

Fix for SLPlugin.exe packaging failure. Still needs some cleanup though.

qtwebkit4.dll etc aren't being staged to the sharedlibs dir like everything else.
parent 369f5ba5
No related branches found
No related tags found
No related merge requests found
...@@ -1621,6 +1621,16 @@ LL_ADD_INTEGRATION_TEST(llcapabilitylistener ...@@ -1621,6 +1621,16 @@ LL_ADD_INTEGRATION_TEST(llcapabilitylistener
# Don't do these for DARWIN or LINUX here -- they're taken care of by viewer_manifest.py # Don't do these for DARWIN or LINUX here -- they're taken care of by viewer_manifest.py
if (WINDOWS) if (WINDOWS)
add_custom_command(
TARGET ${VIEWER_BINARY_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND}
ARGS
-E
make_directory
${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/llplugin
COMMENT "Creating llplugin dir."
)
get_target_property(BUILT_SLPLUGIN SLPlugin LOCATION) get_target_property(BUILT_SLPLUGIN SLPlugin LOCATION)
add_custom_command( add_custom_command(
TARGET ${VIEWER_BINARY_NAME} POST_BUILD TARGET ${VIEWER_BINARY_NAME} POST_BUILD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment