Skip to content

Commit

Permalink
chore: remove last traces of OpenAL
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Nov 22, 2024
1 parent 1a9bc3f commit e32490e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 266 deletions.
4 changes: 0 additions & 4 deletions cmake/cubos-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ if(NOT @CUBOS_CORE_SHARED@)
if(@CUBOS_CORE_GLFW@)
find_dependency(glfw3 REQUIRED)
endif()

if(@CUBOS_CORE_OPENAL@)
find_dependency(OpenAL REQUIRED)
endif()
endif()

find_dependency(stduuid REQUIRED)
Expand Down
262 changes: 0 additions & 262 deletions core/src/al/oal_audio_device.cpp

This file was deleted.

0 comments on commit e32490e

Please sign in to comment.