From f5ddb0067545e96011477ba936c464edfd477ebd Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:46:45 +1100 Subject: [PATCH] Update CMakeLists.txt --- source/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 88a886f..139b4e8 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -446,7 +446,9 @@ SET (STAR_EXT_LIBS ${STAR_EXT_LIBS} ZLIB::ZLIB PNG::PNG Freetype::Freetype - ${OGGVORBIS_LIBRARIES} + ${VORBISFILE_LIBRARY} + ${VORBIS_LIBRARY} + ${OGG_LIBRARY} opus # Currently a submodule from extern )