Skip to content

Commit

Permalink
OpenAL Soft is now built into the .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Brotcrunsher committed Nov 27, 2023
1 parent 3b36b2e commit 41a156a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ endif()

if(BBE_ADD_AUDIO)
set(ALSOFT_EXAMPLES OFF CACHE BOOL "" FORCE)
set(AL_LIBTYPE_STATIC ON CACHE BOOL "" FORCE)
set(LIBTYPE STATIC CACHE STRING "" FORCE)
add_subdirectory("Third-Party/openal-soft-1.23.0")
target_include_directories(BrotBoxEngine PUBLIC "Third-Party/openal-soft-1.23.0/include")
if(NOT EMSCRIPTEN)
Expand Down
1 change: 0 additions & 1 deletion Examples/ExampleMother/ExampleMother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

//TODO: GATW: kill (?) Time Wasters Processes during working hours and while still tasks are open.
//TODO: Add "fixed date" tasks. "Every month/year at this and that date". Useful e.g. for Taxes.
//TODO: Make .dll unnecessary for OpenAL when deploying .exe
//TODO: Serializer List: Move paranoia copies to its own directory.
//TODO: Bracket Arguments for AssetStore https://cmake.org/cmake/help/latest/manual/cmake-language.7.html#bracket-argument
//TODO: Butchered looks on non 4k
Expand Down

0 comments on commit 41a156a

Please sign in to comment.