nandi/frqpublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

generated_plugins.cmake · 26 lines · 788 BCMake Blame HistoryRaw
Build the APK, out of ClojureDart and Flutter e2b0e6b nandi 8d ago1#
2# Generated file, do not edit.
3#
4
5list(APPEND FLUTTER_PLUGIN_LIST
Send a picture from the phone 6665ec6 nandi 7d ago6 file_selector_linux
Sign in with Bluesky on the phone, browser and all 939d2ac nandi 7d ago7 url_launcher_linux
Build the APK, out of ClojureDart and Flutter e2b0e6b nandi 8d ago8)
9
10list(APPEND FLUTTER_FFI_PLUGIN_LIST
11 jni
12)
13
14set(PLUGIN_BUNDLED_LIBRARIES)
15
16foreach(plugin ${FLUTTER_PLUGIN_LIST})
17 add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux plugins/${plugin})
18 target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
19 list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
20 list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
21endforeach(plugin)
22
23foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
24 add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin})
25 list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
26endforeach(ffi_plugin)