Files
feature-next-arch/windows/flutter/generated_plugins.cmake

35 lines
971 B
CMake
Raw Normal View History

2026-01-11 19:42:22 +08:00
#
# Generated file, do not edit.
#
list(APPEND FLUTTER_PLUGIN_LIST
2026-06-11 17:31:10 +08:00
agora_rtc_engine
connectivity_plus
2026-02-03 10:13:59 +08:00
file_selector_windows
2026-01-21 13:27:55 +08:00
flutter_webrtc
geolocator_windows
2026-06-11 17:31:10 +08:00
iris_method_channel
2026-01-11 19:42:22 +08:00
isar_community_flutter_libs
permission_handler_windows
2026-01-21 13:27:55 +08:00
sentry_flutter
2026-03-16 09:29:21 +08:00
url_launcher_windows
2026-01-11 19:42:22 +08:00
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST
2026-01-21 13:27:55 +08:00
jni
2026-01-11 19:42:22 +08:00
)
set(PLUGIN_BUNDLED_LIBRARIES)
foreach(plugin ${FLUTTER_PLUGIN_LIST})
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})
target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
endforeach(plugin)
foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
endforeach(ffi_plugin)