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