File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed
Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 1+ //
2+ // Generated file. Do not edit.
3+ //
4+
5+ // clang-format off
6+
7+ #include " generated_plugin_registrant.h"
8+
9+ #include < file_selector_windows/file_selector_windows.h>
10+
11+ void RegisterPlugins (flutter::PluginRegistry* registry) {
12+ FileSelectorWindowsRegisterWithRegistrar (
13+ registry->GetRegistrarForPlugin (" FileSelectorWindows" ));
14+ }
Original file line number Diff line number Diff line change 1+ //
2+ // Generated file. Do not edit.
3+ //
4+
5+ // clang-format off
6+
7+ #ifndef GENERATED_PLUGIN_REGISTRANT_
8+ #define GENERATED_PLUGIN_REGISTRANT_
9+
10+ #include <flutter/plugin_registry.h>
11+
12+ // Registers Flutter plugins.
13+ void RegisterPlugins (flutter ::PluginRegistry * registry );
14+
15+ #endif // GENERATED_PLUGIN_REGISTRANT_
Original file line number Diff line number Diff line change 1+ #
2+ # Generated file, do not edit.
3+ #
4+
5+ list (APPEND FLUTTER_PLUGIN_LIST
6+ file_selector_windows
7+ )
8+
9+ list (APPEND FLUTTER_FFI_PLUGIN_LIST
10+ )
11+
12+ set (PLUGIN_BUNDLED_LIBRARIES)
13+
14+ foreach (plugin ${FLUTTER_PLUGIN_LIST} )
15+ add_subdirectory (flutter/ephemeral/.plugin_symlinks/${plugin} /windows plugins/${plugin} )
16+ target_link_libraries (${BINARY_NAME} PRIVATE ${plugin} _plugin)
17+ list (APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin} _plugin>)
18+ list (APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin} _bundled_libraries})
19+ endforeach (plugin)
20+
21+ foreach (ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST} )
22+ add_subdirectory (flutter/ephemeral/.plugin_symlinks/${ffi_plugin} /windows plugins/${ffi_plugin} )
23+ list (APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin} _bundled_libraries})
24+ endforeach (ffi_plugin)
You can’t perform that action at this time.
0 commit comments