mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 22:13:12 -07:00
Add DynamicGridWidget
This commit is contained in:
parent
498e48e4f6
commit
0e547f1540
5 changed files with 166 additions and 1 deletions
|
@ -16,7 +16,9 @@ add_executable(chiaki
|
|||
include/discoverycmd.h
|
||||
src/discoverycmd.cpp
|
||||
include/mainwindow.h
|
||||
src/mainwindow.cpp)
|
||||
src/mainwindow.cpp
|
||||
include/dynamicgridwidget.h
|
||||
src/dynamicgridwidget.cpp)
|
||||
target_include_directories(chiaki PRIVATE include)
|
||||
|
||||
target_link_libraries(chiaki chiaki-lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue