little sound tester

old-commit-hash: 4749815419
This commit is contained in:
Adeeb Shihadeh
2021-10-22 17:47:46 -07:00
parent d2d94f2fd4
commit e042ec84be
3 changed files with 33 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ asset_obj = qt_env.Object("assets", assets)
# build soundd
qt_env.Program("_soundd", "soundd.cc", LIBS=base_libs)
if GetOption('test'):
qt_env.Program("tests/playsound", "tests/playsound.cc", LIBS=base_libs)
# spinner and text window
qt_env.Program("qt/text", ["qt/text.cc"], LIBS=qt_libs)