Skip to content

Commit 343f995

Browse files
committed
Update handy_window
1 parent 2215dd9 commit 343f995

File tree

3 files changed

+58
-57
lines changed

3 files changed

+58
-57
lines changed

linux/flutter/generated_plugins.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ list(APPEND FLUTTER_PLUGIN_LIST
88
url_launcher_linux
99
)
1010

11+
list(APPEND FLUTTER_FFI_PLUGIN_LIST
12+
)
13+
1114
set(PLUGIN_BUNDLED_LIBRARIES)
1215

1316
foreach(plugin ${FLUTTER_PLUGIN_LIST})
@@ -16,3 +19,8 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
1619
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
1720
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
1821
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

Comments
 (0)