diff options
author | Baker Linden <baker@lindenlab.com> | 2014-04-08 11:44:31 -0700 |
---|---|---|
committer | Baker Linden <baker@lindenlab.com> | 2014-04-08 11:44:31 -0700 |
commit | c02d80f403efed88b464619c91a165be7c7b88d9 (patch) | |
tree | 56cdc165698fd29acfad72424b593c9d3e9511c2 /indra/cmake | |
parent | 29ef25f7ba0cfe229d7b91eb8481f6ef1eeb6f8e (diff) | |
parent | 7e966f28da79d2d24f93a2615c8807421300700c (diff) |
merge viewer-release
Diffstat (limited to 'indra/cmake')
-rwxr-xr-x | indra/cmake/GoogleBreakpad.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/GoogleBreakpad.cmake b/indra/cmake/GoogleBreakpad.cmake index 96e22791ec..7f9ba4ea8e 100755 --- a/indra/cmake/GoogleBreakpad.cmake +++ b/indra/cmake/GoogleBreakpad.cmake @@ -13,7 +13,7 @@ else (STANDALONE) set(BREAKPAD_EXCEPTION_HANDLER_LIBRARIES breakpad_client) endif (LINUX) if (WINDOWS) - set(BREAKPAD_EXCEPTION_HANDLER_LIBRARIES exception_handler crash_generation_client common) + set(BREAKPAD_EXCEPTION_HANDLER_LIBRARIES exception_handler crash_generation_client crash_generation_server common) endif (WINDOWS) # yes, this does look dumb, no, it's not incorrect # |