generated_plugins.cmake
1 # 2 # Generated file, do not edit. 3 # 4 5 list(APPEND FLUTTER_PLUGIN_LIST 6 ble_peripheral 7 file_selector_windows 8 flutter_secure_storage_windows 9 local_auth_windows 10 permission_handler_windows 11 share_plus 12 url_launcher_windows 13 ) 14 15 list(APPEND FLUTTER_FFI_PLUGIN_LIST 16 rust_lib_dead_drop 17 ) 18 19 set(PLUGIN_BUNDLED_LIBRARIES) 20 21 foreach(plugin ${FLUTTER_PLUGIN_LIST}) 22 add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin}) 23 target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin) 24 list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>) 25 list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries}) 26 endforeach(plugin) 27 28 foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST}) 29 add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin}) 30 list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries}) 31 endforeach(ffi_plugin)