mirror of
https://github.com/taglib/taglib.git
synced 2025-09-06 13:24:31 -04:00
Restore ZLIB_LIBRARIES_FLAGS, used for .pc files
This commit is contained in:
@ -106,6 +106,9 @@ option(WITH_ZLIB "Build with ZLIB" ON)
|
||||
if(WITH_ZLIB)
|
||||
find_package("ZLIB")
|
||||
set(HAVE_ZLIB ${ZLIB_FOUND})
|
||||
if(ZLIB_FOUND)
|
||||
set(ZLIB_LIBRARIES_FLAGS -lz)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT WIN32)
|
||||
|
Reference in New Issue
Block a user