Remove SDL_Mixer in favor of core SDL audio device

This commit is contained in:
scawful
2024-04-23 11:27:03 -04:00
parent 136cd2e2d9
commit 528d8fd9a6
6 changed files with 1 additions and 27 deletions

View File

@@ -15,7 +15,6 @@ target_include_directories(
yaze PUBLIC
lib/
app/
lib/SDL_mixer/include/
${CMAKE_SOURCE_DIR}/src/
${PNG_INCLUDE_DIRS}
${SDL2_INCLUDE_DIR}
@@ -27,7 +26,6 @@ target_link_libraries(
${SDL_TARGETS}
${PNG_LIBRARIES}
${CMAKE_DL_LIBS}
SDL2_mixer
ImGui
)