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