mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 04:18:59 +08:00
17ee0b59f2
* [openal-soft] Update to 1.22.0 * update version * add license * overwrite versions * update version * add patch * update version * add license * update version * update patch * overwrite version
13 lines
441 B
Diff
13 lines
441 B
Diff
diff --git a/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt b/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt
|
|
index 64371a4..375ca58 100644
|
|
--- a/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt
|
|
+++ b/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt
|
|
@@ -24,6 +24,7 @@
|
|
#
|
|
|
|
find_package(Corrade REQUIRED PluginManager)
|
|
+find_package(OpenAL CONFIG REQUIRED)
|
|
|
|
if(BUILD_PLUGINS_STATIC)
|
|
set(MAGNUM_ANYAUDIOIMPORTER_BUILD_STATIC 1)
|