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