Files
Tanami_App/windows/flutter/generated_plugins.cmake

31 lines
906 B
CMake
Raw Normal View History

2024-05-24 12:32:19 +05:30
#
# Generated file, do not edit.
#
list(APPEND FLUTTER_PLUGIN_LIST
2024-05-24 19:32:53 +05:30
connectivity_plus
firebase_core
2024-07-09 14:56:23 +05:30
flutter_localization
2024-05-24 19:32:53 +05:30
local_auth_windows
permission_handler_windows
2024-07-25 19:19:25 +05:30
syncfusion_pdfviewer_windows
2024-05-24 19:32:53 +05:30
url_launcher_windows
2024-05-24 12:32:19 +05:30
)
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)