diff options
author | Graham Madarasz <graham@lindenlab.com> | 2013-03-27 05:50:55 -0700 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2013-03-27 05:50:55 -0700 |
commit | a83289f01f5d037f779991d732de9bf15ed3bda1 (patch) | |
tree | 06c153b40e1976a37f03572dc243770280abfddd /indra/cmake | |
parent | 7be396cc985c0274ff05b375a8bf27c0e630666a (diff) |
Fix API diffs with new breakpad and point at private breakpad packages to test
Diffstat (limited to 'indra/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 7498674042..96e22791ec 100644 --- a/indra/cmake/GoogleBreakpad.cmake +++ b/indra/cmake/GoogleBreakpad.cmake @@ -15,5 +15,8 @@ else (STANDALONE) if (WINDOWS) set(BREAKPAD_EXCEPTION_HANDLER_LIBRARIES exception_handler crash_generation_client common) endif (WINDOWS) + # yes, this does look dumb, no, it's not incorrect + # + set(BREAKPAD_INCLUDE_DIRECTORIES "${LIBS_PREBUILT_DIR}/include/google_breakpad" "${LIBS_PREBUILT_DIR}/include/google_breakpad/google_breakpad") endif (STANDALONE) |