From c7a9e9545e634053b39759f3b76654afb3c0f39f Mon Sep 17 00:00:00 2001 From: Sabian Roberts <31491602+sabianroberts@users.noreply.github.com> Date: Sat, 7 Sep 2024 22:00:42 +0100 Subject: [PATCH] Add OpenAL as a submodule --- .gitmodules | 3 +++ external/openal-soft | 1 + 2 files changed, 4 insertions(+) create mode 160000 external/openal-soft diff --git a/.gitmodules b/.gitmodules index 5357d608..5572ca61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,6 @@ url = https://github.com/YaLTeR/discord-rpc.git branch = xp shallow = true +[submodule "external/openal-soft"] + path = external/openal-soft + url = https://github.com/kcat/openal-soft.git diff --git a/external/openal-soft b/external/openal-soft new file mode 160000 index 00000000..6accc37a --- /dev/null +++ b/external/openal-soft @@ -0,0 +1 @@ +Subproject commit 6accc37a96e724df5da74bc935b3cd716b01674f