mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-04 20:47:56 +00:00
7 lines
232 B
CMake
7 lines
232 B
CMake
if (POCO_UNBUNDLED)
|
|
find_package(ZLIB REQUIRED)
|
|
set(SYSLIBS ${SYSLIBS} ${ZLIB_LIBRARIES})
|
|
include_directories(${ZLIB_INCLUDE_DIRS})
|
|
endif (POCO_UNBUNDLED)
|
|
target_link_libraries(${BII_BLOCK_TARGET} INTERFACE ${SYSLIBS} )
|