diff options
author | simon <none@none> | 2013-05-09 13:14:49 -0700 |
---|---|---|
committer | simon <none@none> | 2013-05-09 13:14:49 -0700 |
commit | c7f7c4bc4d9155f5e9cd83265e189f689739da62 (patch) | |
tree | 2d4c7e5996a2c5af92f45cf43b8b6dab2e03229f /indra/cmake/GoogleBreakpad.cmake | |
parent | 5af5b49a6205c34b8787cd4ecb4bd1d94174663f (diff) | |
parent | d8f00dd1d1d40ec387583575149b1bf9bae79f32 (diff) |
Merge viewer-beta
Diffstat (limited to 'indra/cmake/GoogleBreakpad.cmake')
-rwxr-xr-x[-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..100755 --- 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) |