mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add stub DiscoveryManager
This commit is contained in:
parent
08137faaff
commit
b3cc46ee0f
3 changed files with 78 additions and 1 deletions
|
@ -20,7 +20,9 @@ add_executable(chiaki
|
|||
include/dynamicgridwidget.h
|
||||
src/dynamicgridwidget.cpp
|
||||
include/serveritemwidget.h
|
||||
src/serveritemwidget.cpp)
|
||||
src/serveritemwidget.cpp
|
||||
include/discoverymanager.h
|
||||
src/discoverymanager.cpp)
|
||||
target_include_directories(chiaki PRIVATE include)
|
||||
|
||||
target_link_libraries(chiaki chiaki-lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue