libsoundio audio renderer for Windows and Mac (#97)

This commit is contained in:
Cameron Gutman
2018-10-05 19:22:57 -07:00
committed by GitHub
parent 6661ca17c2
commit e182445593
37 changed files with 625 additions and 5828 deletions

View File

@@ -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