about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-23 10:19:42 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-23 10:19:42 +0200
commit4c0a213840d4ea746f8ab1dfd12315a5df101207 (patch)
treed68cb16e104b374c30d5bd4e32f489eeeb63298c /CMakeLists.txt
parentaa65bad62b458acf790666d996cae72ab96881be (diff)
downloadbox64-4c0a213840d4ea746f8ab1dfd12315a5df101207.tar.gz
box64-4c0a213840d4ea746f8ab1dfd12315a5df101207.zip
[BOX32][WRAPPER] Added 32bits wrapped openal
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 01ec5889..9dbf554c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -787,6 +787,7 @@ if(BOX32)
         "${BOX64_ROOT}/src/wrapped32/wrappedlibglu.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedsdl1.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibasound.c"
+        "${BOX64_ROOT}/src/wrapped32/wrappedopenal.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibx11.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibxfixes.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibxrender.c"