diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-23 10:19:42 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-23 10:19:42 +0200 |
| commit | 4c0a213840d4ea746f8ab1dfd12315a5df101207 (patch) | |
| tree | d68cb16e104b374c30d5bd4e32f489eeeb63298c /CMakeLists.txt | |
| parent | aa65bad62b458acf790666d996cae72ab96881be (diff) | |
| download | box64-4c0a213840d4ea746f8ab1dfd12315a5df101207.tar.gz box64-4c0a213840d4ea746f8ab1dfd12315a5df101207.zip | |
[BOX32][WRAPPER] Added 32bits wrapped openal
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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" |