Update CMake integration for Opus

This commit is contained in:
Lukas Dürrenberger 2020-11-18 20:16:37 +01:00
parent 8774acddb1
commit baa8a3f1e4
2 changed files with 3 additions and 2 deletions

View file

@ -78,6 +78,7 @@ if(SFML_STATIC_LIBRARIES)
sfml_bind_dependency(TARGET VORBIS FRIENDLY_NAME "Vorbis" SEARCH_NAMES "vorbis")
sfml_bind_dependency(TARGET VORBIS FRIENDLY_NAME "Ogg" SEARCH_NAMES "ogg")
sfml_bind_dependency(TARGET FLAC FRIENDLY_NAME "FLAC" SEARCH_NAMES "FLAC")
sfml_bind_dependency(TARGET Opus FRIENDLY_NAME "Opus" SEARCH_NAMES "Opus")
endif()
if (FIND_SFML_DEPENDENCIES_NOTFOUND)