git-touch-android-ios-app/windows/flutter/generated_plugins.cmake

28 lines
820 B
CMake
Raw Normal View History

2022-06-25 19:20:24 +02:00
#
# Generated file, do not edit.
#
list(APPEND FLUTTER_PLUGIN_LIST
2022-10-01 21:34:55 +02:00
maps_launcher
2022-06-25 19:20:24 +02:00
sentry_flutter
2022-10-16 18:13:46 +02:00
share_plus_windows
2022-06-25 19:20:24 +02:00
url_launcher_windows
)
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)