Add wakeup command to CLI (#168)

This commit is contained in:
Ritiek Malhotra 2020-02-19 23:03:00 +05:30 committed by GitHub
commit d9773c55e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 101 additions and 3 deletions

View file

@ -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")