mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add ServerIconWidget
This commit is contained in:
parent
70b2b3f009
commit
43926a6f3f
5 changed files with 101 additions and 1 deletions
|
@ -34,7 +34,9 @@ add_executable(chiaki
|
|||
include/avopenglwidget.h
|
||||
src/avopenglwidget.cpp
|
||||
include/avopenglframeuploader.h
|
||||
src/avopenglframeuploader.cpp)
|
||||
src/avopenglframeuploader.cpp
|
||||
include/servericonwidget.h
|
||||
src/servericonwidget.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