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