/
wvvtop
/
PassKeeper
Обзор
Документация
Войти
/
wvvtop
/
PassKeeper
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
windows/flutter/generated_plugins.cmake
28 строк
839 B
Ilya-322
Implement auto-lock feature with settings and lifecycle handling
11 июн 2026, 11:53
11 июн 2026, 11:53
71565ca
Код
Авторство
О чём код?
# # Generated file, do not edit. # list(APPEND FLUTTER_PLUGIN_LIST flutter_secure_storage_windows local_auth_windows share_plus url_launcher_windows ) list(APPEND FLUTTER_FFI_PLUGIN_LIST jni ) 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)