mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:19:01 +08:00
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)
|