diff options
author | Graham Madarasz <graham@lindenlab.com> | 2013-03-29 01:27:10 -0700 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2013-03-29 01:27:10 -0700 |
commit | 39ea211cd78711a06ceb3446f1e6c271a6f65236 (patch) | |
tree | 961d645e6554efd6457ae7f59388b677fc225590 /indra | |
parent | f18fd58c8cfc772db36fb751cde39934e1ee37e9 (diff) |
Viewer breakpad linux fixes
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llcommon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 5cce8ff2c4..3e57280067 100755 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -17,6 +17,7 @@ include_directories( ${EXPAT_INCLUDE_DIRS} ${LLCOMMON_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIRS} + ${BREAKPAD_INCLUDE_DIRECTORIES} ) # add_executable(lltreeiterators lltreeiterators.cpp) |