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