diff options
author | Aura Linden <aura@lindenlab.com> | 2014-04-07 17:04:09 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-04-07 17:04:09 -0700 |
commit | d476b12ae56ef5ebb5785a0a0f8503e5965d1970 (patch) | |
tree | 90aa656652fe2b49f5a95b9f123a288ace7a312e /indra/cmake | |
parent | dfd78e83d91832b486a5bba6b1bb1cce621163ab (diff) | |
parent | 7e966f28da79d2d24f93a2615c8807421300700c (diff) |
Merged viewer release into vivox
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 # |