mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add Manual Hosts
This commit is contained in:
parent
5be510aba2
commit
37921d488c
8 changed files with 280 additions and 4 deletions
|
@ -44,7 +44,9 @@ add_executable(chiaki
|
|||
include/host.h
|
||||
src/host.cpp
|
||||
include/settingsdialog.h
|
||||
src/settingsdialog.cpp)
|
||||
src/settingsdialog.cpp
|
||||
include/manualhostdialog.h
|
||||
src/manualhostdialog.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