First attempt to play audio

This commit is contained in:
2023-01-17 00:11:22 -08:00
parent 15a34bd70b
commit 9fc4d2e4e2
54 changed files with 820 additions and 83 deletions

View File

@ -6,7 +6,7 @@
# Check for build target, or default
if(NOT DEFINED DAWN_BUILD_TARGET)
if(WIN32)
set(DAWN_BUILD_TARGET "target-pokergame-win32-sdl2")
set(DAWN_BUILD_TARGET "target-pokergame-win32-glfw")
elseif(UNIX AND NOT APPLE)
set(DAWN_BUILD_TARGET "target-pokergame-linux64-glfw")
endif()