DONT TAKE, BROKEN! first application of delay manager in code, reception of bundles
This commit is contained in:
parent
5ba97ecc25
commit
927bdf0dab
16 changed files with 261 additions and 139 deletions
|
@ -1,7 +1,17 @@
|
|||
target_sources(squawk PRIVATE
|
||||
set(SOURCE_FILES
|
||||
main.cpp
|
||||
application.cpp
|
||||
application.h
|
||||
dialogqueue.cpp
|
||||
dialogqueue.h
|
||||
root.cpp
|
||||
)
|
||||
|
||||
set(HEADER_FILES
|
||||
application.h
|
||||
dialogqueue.h
|
||||
root.h
|
||||
)
|
||||
|
||||
target_sources(squawk PRIVATE
|
||||
${SOURCE_FILES}
|
||||
${HEADER_FILES}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue