Solian/windows/flutter/generated_plugins.cmake

29 lines
871 B
CMake
Raw Normal View History

2024-05-18 10:17:16 +00:00
#
# Generated file, do not edit.
#
list(APPEND FLUTTER_PLUGIN_LIST
2024-05-19 16:08:20 +00:00
file_selector_windows
2024-05-18 14:23:36 +00:00
flutter_secure_storage_windows
2024-05-25 05:00:40 +00:00
permission_handler_windows
2024-05-18 16:56:32 +00:00
url_launcher_windows
2024-05-27 15:07:01 +00:00
video_player_win
2024-05-18 10:17:16 +00:00
)
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)