mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add stub MainWindow
This commit is contained in:
parent
0124fc1ab6
commit
498e48e4f6
4 changed files with 67 additions and 2 deletions
|
@ -14,7 +14,9 @@ add_executable(chiaki
|
|||
include/videodecoder.h
|
||||
src/videodecoder.cpp
|
||||
include/discoverycmd.h
|
||||
src/discoverycmd.cpp)
|
||||
src/discoverycmd.cpp
|
||||
include/mainwindow.h
|
||||
src/mainwindow.cpp)
|
||||
target_include_directories(chiaki PRIVATE include)
|
||||
|
||||
target_link_libraries(chiaki chiaki-lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue