mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add Basic ServerItemWidget
This commit is contained in:
parent
0e547f1540
commit
264d7523ec
5 changed files with 102 additions and 6 deletions
|
@ -18,7 +18,9 @@ add_executable(chiaki
|
|||
include/mainwindow.h
|
||||
src/mainwindow.cpp
|
||||
include/dynamicgridwidget.h
|
||||
src/dynamicgridwidget.cpp)
|
||||
src/dynamicgridwidget.cpp
|
||||
include/serveritemwidget.h
|
||||
src/serveritemwidget.cpp)
|
||||
target_include_directories(chiaki PRIVATE include)
|
||||
|
||||
target_link_libraries(chiaki chiaki-lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue