mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add SettingsDialog
This commit is contained in:
parent
459d5a40ff
commit
d435a9d368
4 changed files with 101 additions and 2 deletions
|
@ -42,7 +42,9 @@ add_executable(chiaki
|
|||
include/registdialog.h
|
||||
src/registdialog.cpp
|
||||
include/host.h
|
||||
src/host.cpp)
|
||||
src/host.cpp
|
||||
include/settingsdialog.h
|
||||
src/settingsdialog.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