2024-05-18 10:17:16 +00:00
|
|
|
#
|
|
|
|
# Generated file, do not edit.
|
|
|
|
#
|
|
|
|
|
|
|
|
list(APPEND FLUTTER_PLUGIN_LIST
|
2024-05-31 17:25:45 +00:00
|
|
|
connectivity_plus
|
2024-07-07 05:16:08 +00:00
|
|
|
desktop_drop
|
2024-10-14 05:26:30 +00:00
|
|
|
file_saver
|
2024-05-19 16:08:20 +00:00
|
|
|
file_selector_windows
|
2024-06-06 15:28:19 +00:00
|
|
|
firebase_core
|
2024-06-22 14:39:32 +00:00
|
|
|
flutter_acrylic
|
2024-05-18 14:23:36 +00:00
|
|
|
flutter_secure_storage_windows
|
2024-10-13 12:03:36 +00:00
|
|
|
flutter_udid
|
2024-05-31 17:25:45 +00:00
|
|
|
flutter_webrtc
|
2024-07-31 18:10:57 +00:00
|
|
|
gal
|
2024-05-31 17:25:45 +00:00
|
|
|
livekit_client
|
2024-09-09 15:09:16 +00:00
|
|
|
media_kit_libs_windows_video
|
|
|
|
media_kit_video
|
2024-07-07 05:16:08 +00:00
|
|
|
pasteboard
|
2024-05-25 05:00:40 +00:00
|
|
|
permission_handler_windows
|
2024-06-29 10:09:56 +00:00
|
|
|
protocol_handler_windows
|
2024-09-09 15:09:16 +00:00
|
|
|
screen_brightness_windows
|
2024-07-26 18:11:59 +00:00
|
|
|
share_plus
|
2024-09-13 16:30:33 +00:00
|
|
|
sqlite3_flutter_libs
|
2024-05-18 16:56:32 +00:00
|
|
|
url_launcher_windows
|
2024-05-18 10:17:16 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
2024-09-09 15:09:16 +00:00
|
|
|
media_kit_native_event_loop
|
2024-05-18 10:17:16 +00: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)
|