Files
plezy/linux/flutter/generated_plugins.cmake
T

32 lines
902 B
CMake
Raw Normal View History

2025-10-18 00:05:20 +02:00
#
# Generated file, do not edit.
#
list(APPEND FLUTTER_PLUGIN_LIST
2025-12-18 08:42:18 +01:00
flutter_webrtc
2025-12-07 19:31:56 +01:00
gamepads_linux
2025-10-31 00:58:39 +01:00
hotkey_manager_linux
2025-11-19 09:23:39 +01:00
os_media_controls
2025-10-18 00:05:20 +02:00
screen_retriever_linux
2025-12-11 19:15:06 +01:00
sqlite3_flutter_libs
2025-10-18 00:05:20 +02:00
url_launcher_linux
window_manager
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST
)
set(PLUGIN_BUNDLED_LIBRARIES)
foreach(plugin ${FLUTTER_PLUGIN_LIST})
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux 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}/linux plugins/${ffi_plugin})
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
endforeach(ffi_plugin)