You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if(NOT TARGET ZLIB::ZLIB) |
|
find_package(PkgConfig REQUIRED) |
|
pkg_check_modules(ZLIB REQUIRED IMPORTED_TARGET zlib) |
|
add_library(ZLIB::ZLIB ALIAS PkgConfig::ZLIB) |
|
endif()
|
|
|