mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
CLI discover Subcommand
This commit is contained in:
parent
7e235fc405
commit
c7e4fd778b
4 changed files with 146 additions and 5 deletions
|
@ -1,5 +1,11 @@
|
|||
|
||||
set(SOURCE
|
||||
src/main.c)
|
||||
include/chiaki-cli.h
|
||||
src/discover.c)
|
||||
|
||||
add_executable(chiaki_cli ${SOURCE})
|
||||
add_library(chiaki-cli-lib STATIC ${SOURCE})
|
||||
target_include_directories(chiaki-cli-lib PUBLIC "include")
|
||||
target_link_libraries(chiaki-cli-lib chiaki-lib)
|
||||
|
||||
add_executable(chiaki-cli src/main.c)
|
||||
target_link_libraries(chiaki-cli chiaki-cli-lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue