mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add wakeup command to CLI (#168)
This commit is contained in:
parent
fe1e3835f8
commit
d9773c55e0
5 changed files with 101 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
|
||||
set(SOURCE
|
||||
include/chiaki-cli.h
|
||||
src/discover.c)
|
||||
src/discover.c
|
||||
src/wakeup.c)
|
||||
|
||||
add_library(chiaki-cli-lib STATIC ${SOURCE})
|
||||
target_include_directories(chiaki-cli-lib PUBLIC "include")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue