diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-12-08 12:18:46 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-12-08 12:18:46 -0500 |
commit | 601cbe1f60b94ae8105329b4e4f745b36721e5aa (patch) | |
tree | 480aeda2dcd9a42156057fed3974bf8fbabae9f0 /indra/cmake | |
parent | a4eb5056a717feaf940f125756c7521b9103d41a (diff) |
SL-10153: Add ole32 to WINDOWS_LIBRARIES so it's everywhere we need.
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | 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 74fe3f1137..3cb235a9d5 100644 --- a/indra/cmake/Linking.cmake +++ b/indra/cmake/Linking.cmake @@ -66,6 +66,7 @@ if (WINDOWS) wldap32 gdi32 user32 + ole32 dbghelp ) else (WINDOWS) |