Add Manual Hosts

This commit is contained in:
Florian Märkl 2019-08-16 19:58:40 +02:00
commit 37921d488c
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
8 changed files with 280 additions and 4 deletions

View file

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