mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Parse Regist Response
This commit is contained in:
parent
03e56f7fdf
commit
875e8b413e
11 changed files with 292 additions and 13 deletions
|
@ -40,7 +40,9 @@ add_executable(chiaki
|
|||
include/settings.h
|
||||
src/settings.cpp
|
||||
include/registdialog.h
|
||||
src/registdialog.cpp)
|
||||
src/registdialog.cpp
|
||||
include/host.h
|
||||
src/host.cpp)
|
||||
target_include_directories(chiaki PRIVATE include)
|
||||
|
||||
target_link_libraries(chiaki chiaki-lib chiaki-cli-lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue