diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-09-08 12:07:14 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-09-08 12:07:14 -0400 |
commit | 285a4173aacedd30e8f662c24074a937f6f038fe (patch) | |
tree | db1d90076658579201424243f16edc400ca1baa0 | |
parent | b9546a33e90df60e2d47735b4627de4eb97ba6b9 (diff) | |
parent | 2ecd2689808ca0de4eb80d2e1459bf09d2499ea7 (diff) |
Merge Brad's r928694ee0b65 changes
-rw-r--r-- | indra/newview/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 3239fbf84e..cae6a79ec8 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -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 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) add_custom_command( TARGET ${VIEWER_BINARY_NAME} POST_BUILD |