Skip to content

Commit 6d16575

Browse files
committed
chore: add openal submodule
1 parent e814f2a commit 6d16575

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
path = vendor/bullet3
77
url = https://github.com/bulletphysics/bullet3.git
88
shallow = true
9+
[submodule "vendor/openal-soft"]
10+
path = vendor/openal-soft
11+
url = https://github.com/kcat/openal-soft.git
12+
shallow = true

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ set(BUILD_UNIT_TESTS OFF CACHE BOOL "" FORCE)
8383
set(BUILD_BULLET3 ON CACHE BOOL "" FORCE)
8484
add_subdirectory(vendor/bullet3)
8585

86+
# --- OpenAL-Soft ----
87+
add_subdirectory(vendor/openal-soft)
88+
8689
# ---- GLM (Header-only) ----
8790
add_library(glm INTERFACE)
8891
target_include_directories(glm

vendor/openal-soft

Submodule openal-soft added at 5d6583c

0 commit comments

Comments
 (0)