summaryrefslogtreecommitdiff
path: root/indra/llimage
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-10-11 13:29:36 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-10-11 13:29:36 -0400
commita039b7c489885784fe779d05670825b316fa13d4 (patch)
treef0631e1f0222b25653548f7ef0f699aacf45f5ba /indra/llimage
parent30aea02e8edf8234cdbf33ae065c61fc687b3a8b (diff)
Fixes for build issues, missing LLCOMMON_SYSTEM_INCLUDE_DIRS in some libraries
Diffstat (limited to 'indra/llimage')
-rwxr-xr-x[-rw-r--r--]indra/llimage/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llimage/CMakeLists.txt b/indra/llimage/CMakeLists.txt
index 706464a770..e837b0cac2 100644..100755
--- a/indra/llimage/CMakeLists.txt
+++ b/indra/llimage/CMakeLists.txt
@@ -15,6 +15,7 @@ include(Tut)
include_directories(
${LLCOMMON_INCLUDE_DIRS}
+ ${LLCOMMON_SYSTEM_INCLUDE_DIRS}
${LLMATH_INCLUDE_DIRS}
${LLVFS_INCLUDE_DIRS}
${PNG_INCLUDE_DIRS}