From 949eb80bd8ed7eea28664c7df8237d4944dcced5 Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 11 Mar 2026 19:15:27 +0000 Subject: [PATCH] Eliminar creche_app/windows/flutter/generated_plugins.cmake --- .../windows/flutter/generated_plugins.cmake | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 creche_app/windows/flutter/generated_plugins.cmake diff --git a/creche_app/windows/flutter/generated_plugins.cmake b/creche_app/windows/flutter/generated_plugins.cmake deleted file mode 100644 index 6fb39cf..0000000 --- a/creche_app/windows/flutter/generated_plugins.cmake +++ /dev/null @@ -1,29 +0,0 @@ -# -# Generated file, do not edit. -# - -list(APPEND FLUTTER_PLUGIN_LIST - app_links - file_selector_windows - flutter_secure_storage_windows - geolocator_windows - local_auth_windows - 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 $) - 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)