跳到主要内容

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"
]
}

find kthread package:

find
find_packge(kthread REQUIRED)

link kthread static:

kthread::kthread_static

link kthread dynamic:

kthread::kthread_shared