diff options
Diffstat (limited to 'source')
-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 ) |