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