diff options
author | Oz Linden <oz@lindenlab.com> | 2014-07-21 14:41:29 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-07-21 14:41:29 -0400 |
commit | 83d5f20b1cbd29a86090f40b1dcc9236f15ca249 (patch) | |
tree | 4b709f66c7d6ec9195327c4d0ae9a97b10fc0add /indra/cmake/Linking.cmake | |
parent | 532433674c9553636af9ea8d433b9da6d6fae587 (diff) | |
parent | 29bea5a6b94458e23559bdbeaae5a593100533b6 (diff) |
merge changes for 3.7.12-release
Diffstat (limited to 'indra/cmake/Linking.cmake')
-rwxr-xr-x | indra/cmake/Linking.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Linking.cmake b/indra/cmake/Linking.cmake index b9c9e531fc..74fe3f1137 100755 --- a/indra/cmake/Linking.cmake +++ b/indra/cmake/Linking.cmake @@ -6,6 +6,7 @@ set(${CMAKE_CURRENT_LIST_FILE}_INCLUDED "YES") include(Variables) set(ARCH_PREBUILT_DIRS ${AUTOBUILD_INSTALL_DIR}/lib) +set(ARCH_PREBUILT_DIRS_PLUGINS ${AUTOBUILD_INSTALL_DIR}/plugins) set(ARCH_PREBUILT_DIRS_RELEASE ${AUTOBUILD_INSTALL_DIR}/lib/release) set(ARCH_PREBUILT_DIRS_DEBUG ${AUTOBUILD_INSTALL_DIR}/lib/debug) if (WINDOWS) |