hi-client/windows/flutter/generated_plugins.cmake
Rust 8bba2441c2 Shadowsocks - 原本就能用 Trojan - 已修复,insecure: true VMess - 已修复,insecure: true VLESS -
已修复,insecure: true Hysteria - 新增支持 Hysteria2 - 已修复,insecure: true

(cherry picked from commit 7fae8a6f4d569a30c5a3606949154a57e5a597d6)
2025-10-31 00:13:42 -07:00

33 lines
947 B
CMake
Executable File

#
# Generated file, do not edit.
#
list(APPEND FLUTTER_PLUGIN_LIST
connectivity_plus
flutter_inappwebview_windows
flutter_udid
permission_handler_windows
protocol_handler_windows
screen_retriever_windows
tray_manager
url_launcher_windows
window_manager
)
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)