We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2215dd9 commit 343f995Copy full SHA for 343f995
linux/flutter/generated_plugins.cmake
@@ -8,6 +8,9 @@ list(APPEND FLUTTER_PLUGIN_LIST
8
url_launcher_linux
9
)
10
11
+list(APPEND FLUTTER_FFI_PLUGIN_LIST
12
+)
13
+
14
set(PLUGIN_BUNDLED_LIBRARIES)
15
16
foreach(plugin ${FLUTTER_PLUGIN_LIST})
@@ -16,3 +19,8 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
19
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
17
20
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
18
21
endforeach(plugin)
22
23
+foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
24
+ add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin})
25
+ list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
26
+endforeach(ffi_plugin)
0 commit comments