diff options
author | brad kittenbrink <brad@lindenlab.com> | 2010-05-21 19:09:53 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2010-05-21 19:09:53 -0700 |
commit | d9fee67f976b72a3c6145627638e4e15a8f54d7e (patch) | |
tree | 7ce0af5b1df437c999bd6310dfb9dc7e6bd93b51 /indra/cmake/GoogleBreakpad.cmake | |
parent | d5a6cac57d737455159a7b340160009ae5f08edd (diff) |
VPLAT-237 Linux client library package for google_breakpad.
Diffstat (limited to 'indra/cmake/GoogleBreakpad.cmake')
-rw-r--r-- | indra/cmake/GoogleBreakpad.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/cmake/GoogleBreakpad.cmake b/indra/cmake/GoogleBreakpad.cmake index 3aac79eeeb..0b9f4a00d0 100644 --- a/indra/cmake/GoogleBreakpad.cmake +++ b/indra/cmake/GoogleBreakpad.cmake @@ -7,5 +7,8 @@ if (STANDALONE) else (STANDALONE) use_prebuilt_binary(google_breakpad) set(BREAKPAD_EXCEPTION_HANDLER_LIBRARIES exception_handler crash_generation_client common) + if (LINUX) + set(BREAKPAD_EXCEPTION_HANDLER_LIBRARIES breakpad_client) + endif (LINUX) endif (STANDALONE) |