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