diff options
author | simon <none@none> | 2014-04-07 14:29:18 -0700 |
---|---|---|
committer | simon <none@none> | 2014-04-07 14:29:18 -0700 |
commit | c9620e24d32a08ee79486d5ecc4085731432a0a6 (patch) | |
tree | 397b622fc8c6a7f598409fe95d8e998bde965225 /indra/cmake | |
parent | 565c41fdc2e2f8f9841cb41b446671563ea8d5e1 (diff) | |
parent | 991636d57bd4a67e42a5425fe53bf66bf9cf8d07 (diff) |
Merge downstream code
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 # |