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