mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Implement Discovery Command
This commit is contained in:
parent
13ddd88c89
commit
9456acf792
4 changed files with 198 additions and 20 deletions
|
@ -12,7 +12,9 @@ add_executable(chiaki
|
|||
include/streamwindow.h
|
||||
src/streamwindow.cpp
|
||||
include/videodecoder.h
|
||||
src/videodecoder.cpp)
|
||||
src/videodecoder.cpp
|
||||
include/discoverycmd.h
|
||||
src/discoverycmd.cpp)
|
||||
target_include_directories(chiaki PRIVATE include)
|
||||
|
||||
target_link_libraries(chiaki chiaki-lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue