CI: Build static OpenAl

This commit is contained in:
Megamouse 2025-06-19 09:37:54 +02:00
parent 6f37be1afd
commit 28896acb83
3 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,7 @@ if(USE_SYSTEM_OPENAL)
else()
option(ALSOFT_UTILS "Build utility programs" OFF)
option(ALSOFT_EXAMPLES "Build example programs" OFF)
set(LIBTYPE "STATIC")
add_subdirectory(openal-soft EXCLUDE_FROM_ALL)
add_library(3rdparty_openal INTERFACE)
target_link_libraries(3rdparty_openal INTERFACE OpenAL::OpenAL)