Files
rog_app/windows/flutter/generated_plugins.cmake

30 lines
880 B
CMake
Raw Normal View History

2022-03-14 12:28:57 +05:30
#
# Generated file, do not edit.
#
list(APPEND FLUTTER_PLUGIN_LIST
2022-11-14 22:22:41 +05:30
connectivity_plus
2023-09-03 23:37:41 +05:30
file_selector_windows
2022-03-14 12:28:57 +05:30
geolocator_windows
2023-09-03 23:37:41 +05:30
isar_flutter_libs
2022-09-12 19:52:28 +05:30
permission_handler_windows
2022-03-15 18:19:34 +05:30
url_launcher_windows
2022-03-14 12:28:57 +05:30
)
2022-06-27 12:15:54 +05:30
list(APPEND FLUTTER_FFI_PLUGIN_LIST
)
2022-03-14 12:28:57 +05:30
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)
2022-06-27 12:15:54 +05:30
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)