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