Surface/windows/flutter/generated_plugins.cmake

43 lines
1.1 KiB
CMake
Raw Normal View History

2024-11-09 00:09:46 +08:00
#
# Generated file, do not edit.
#
list(APPEND FLUTTER_PLUGIN_LIST
bitsdojo_window_windows
2024-11-09 00:09:46 +08:00
connectivity_plus
2024-11-10 01:04:39 +08:00
file_selector_windows
2024-11-21 00:18:11 +08:00
firebase_core
flutter_udid
2024-11-24 00:22:08 +08:00
flutter_webrtc
2024-12-08 00:25:53 +08:00
gal
2024-11-24 10:54:55 +08:00
livekit_client
media_kit_libs_windows_video
media_kit_video
2024-11-22 00:28:29 +08:00
pasteboard
2024-11-24 20:23:06 +08:00
permission_handler_windows
screen_brightness_windows
sentry_flutter
share_plus
2024-11-09 11:16:14 +08:00
url_launcher_windows
2024-11-09 00:09:46 +08:00
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST
2024-11-10 01:04:39 +08:00
croppy
2024-11-09 00:09:46 +08:00
jni
media_kit_native_event_loop
2024-11-09 00:09:46 +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)