Fixed compiling on linux

This commit is contained in:
2023-02-03 06:11:31 -08:00
parent 3c0fa9d602
commit 7db25fc659
4 changed files with 10 additions and 6 deletions

View File

@ -25,4 +25,7 @@ target_include_directories(stb INTERFACE stb)
# OpenAL
set(LIBTYPE "STATIC")
add_subdirectory(openal-soft)
set(BUILD_TESTS OFF CACHE BOOL "Build tests")
set(BUILD_EXAMPLES OFF CACHE BOOL "Build examples")
add_subdirectory(AudioFile)