diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-02-22 16:46:45 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-02-22 16:46:45 +1100 |
commit | f5ddb0067545e96011477ba936c464edfd477ebd (patch) | |
tree | b0aa44f31f884c9103626d4dba3cb1119bc5adda /source/CMakeLists.txt | |
parent | 3b25df55b53d00cae83ef105f5e8cfc2050459d8 (diff) |
Update CMakeLists.txt
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 ) |