diff options
author | Graham Madarasz <graham@lindenlab.com> | 2013-05-10 10:34:26 -0700 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2013-05-10 10:34:26 -0700 |
commit | 6074f65991f4a9e928ef9609e90d8e9570350e63 (patch) | |
tree | 9d287cd76903efdbf18058102d3f5274691ec585 /indra/linux_crash_logger/CMakeLists.txt | |
parent | 5aa3f3c808976c3b709bd8141d4338e910c49691 (diff) | |
parent | d2f71df15f14fe0f7e17f962d39d19dd571fc530 (diff) |
Merge with vwr-dev-mat
Diffstat (limited to 'indra/linux_crash_logger/CMakeLists.txt')
-rwxr-xr-x | indra/linux_crash_logger/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/linux_crash_logger/CMakeLists.txt b/indra/linux_crash_logger/CMakeLists.txt index 41b92b00e0..c0fc1b2be0 100755 --- a/indra/linux_crash_logger/CMakeLists.txt +++ b/indra/linux_crash_logger/CMakeLists.txt @@ -26,6 +26,10 @@ include_directories(SYSTEM ${LLCOMMON_SYSTEM_INCLUDE_DIRS} ${LLXML_SYSTEM_INCLUDE_DIRS} ) +include_directories(SYSTEM + ${LLCOMMON_SYSTEM_INCLUDE_DIRS} + ${LLXML_SYSTEM_INCLUDE_DIRS} + ) set(linux_crash_logger_SOURCE_FILES linux_crash_logger.cpp |