Files
umbrix/windows/flutter/generated_plugins.cmake

34 lines
922 B
CMake
Raw Permalink Normal View History

2023-07-06 17:18:41 +03:30
#
# Generated file, do not edit.
#
list(APPEND FLUTTER_PLUGIN_LIST
2024-03-19 08:49:04 +00:00
dynamic_color
2024-02-01 11:45:02 +03:30
protocol_handler_windows
2023-07-06 17:18:41 +03:30
screen_retriever
2023-09-17 00:23:31 +03:30
sentry_flutter
2023-07-06 17:18:41 +03:30
share_plus
sqlite3_flutter_libs
tray_manager
url_launcher_windows
2023-09-08 20:16:16 +03:30
vclibs
2023-07-06 17:18:41 +03:30
window_manager
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST
)
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)