File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 5
5
list (APPEND FLUTTER_PLUGIN_LIST
6
6
)
7
7
8
+ list (APPEND FLUTTER_FFI_PLUGIN_LIST
9
+ )
10
+
8
11
set (PLUGIN_BUNDLED_LIBRARIES )
9
12
10
13
foreach (plugin ${FLUTTER_PLUGIN_LIST} )
@@ -13,3 +16,8 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
13
16
list (APPEND PLUGIN_BUNDLED_LIBRARIES $< TARGET_FILE:${plugin} _plugin> )
14
17
list (APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries} )
15
18
endforeach (plugin )
19
+
20
+ foreach (ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST} )
21
+ add_subdirectory (flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin} )
22
+ list (APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries} )
23
+ endforeach (ffi_plugin )
Original file line number Diff line number Diff line change 5
5
list (APPEND FLUTTER_PLUGIN_LIST
6
6
)
7
7
8
+ list (APPEND FLUTTER_FFI_PLUGIN_LIST
9
+ )
10
+
8
11
set (PLUGIN_BUNDLED_LIBRARIES)
9
12
10
13
foreach (plugin ${FLUTTER_PLUGIN_LIST} )
@@ -13,3 +16,8 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
13
16
list (APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin} _plugin>)
14
17
list (APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin} _bundled_libraries})
15
18
endforeach (plugin)
19
+
20
+ foreach (ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST} )
21
+ add_subdirectory (flutter/ephemeral/.plugin_symlinks/${ffi_plugin} /windows plugins/${ffi_plugin} )
22
+ list (APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin} _bundled_libraries})
23
+ endforeach (ffi_plugin)
You can’t perform that action at this time.
0 commit comments