zlib
- registry: kmpkgcore
- type: kumo system both static and shared library.
install
kmpkg install zlib
add port
add to project dependency list:
kmpkg add port zlib
kmpkg
kmpkg.json
{
"dependencies": [
"zlib"
]
}
cmake find and link
find zlib package:
find
find_package(ZLIB REQUIRED)
link zlib static:
ZLIB::ZLIB