Fixed compiling on linux
This commit is contained in:
@ -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)
|
Reference in New Issue
Block a user