From 45166f7f230a263f7748652d681fbd3cdadaa5f4 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Mon, 28 Jul 2025 15:09:48 -0400 Subject: [PATCH] Add missing vorbis link --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66050f24..dd6189a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -360,6 +360,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Android") SDL2::SDL2 Threads::Threads "Ogg::ogg" + "Vorbis::vorbis" "Vorbis::vorbisfile" )