libpng needs linking against zlib

master
Bryan O'Sullivan 2008-08-30 03:55:11 +00:00
parent 818535576c
commit 4cccb812de
1 changed files with 2 additions and 0 deletions

View File

@ -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}
)