libpng needs linking against zlib
parent
818535576c
commit
4cccb812de
|
|
@ -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}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue