diff --git a/indra/llimage/CMakeLists.txt b/indra/llimage/CMakeLists.txt index 3864d585dc2f4159d8f19c61135288f6cace027e..1a4d92bc34bd65761012a27e913026730f062969 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} )