diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llimage/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llimage/CMakeLists.txt b/indra/llimage/CMakeLists.txt index 3864d585dc..1a4d92bc34 100644 --- a/indra/llimage/CMakeLists.txt +++ b/indra/llimage/CMakeLists.txt @@ -7,6 +7,7 @@ include(LLCommon) include(LLImage) include(LLMath) include(LLVFS) +include(ZLIB) include_directories( ${LLCOMMON_INCLUDE_DIRS} @@ -52,4 +53,5 @@ target_link_libraries( llimage ${JPEG_LIBRARIES} ${PNG_LIBRARIES} + ${ZLIB_LIBRARIES} ) |