libsoundio audio renderer for Windows and Mac (#97)
This commit is contained in:
parent
6661ca17c2
commit
e182445593
37 changed files with 625 additions and 5828 deletions
|
|
@ -2,10 +2,11 @@ TEMPLATE = subdirs
|
|||
SUBDIRS = \
|
||||
moonlight-common-c \
|
||||
qmdnsengine \
|
||||
app
|
||||
app \
|
||||
soundio
|
||||
|
||||
# Build the dependencies in parallel before the final app
|
||||
app.depends = qmdnsengine moonlight-common-c
|
||||
app.depends = qmdnsengine moonlight-common-c soundio
|
||||
|
||||
# Support debug and release builds from command line for CI
|
||||
CONFIG += debug_and_release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue