| Build the APK, out of ClojureDart and Flutter e2b0e6b nandi 8d ago | 1 | # |
| 2 | # Generated file, do not edit. |
| 3 | # |
| 4 | |
| 5 | list(APPEND FLUTTER_PLUGIN_LIST |
| Send a picture from the phone 6665ec6 nandi 7d ago | 6 | file_selector_linux |
| Sign in with Bluesky on the phone, browser and all 939d2ac nandi 7d ago | 7 | url_launcher_linux |
| Build the APK, out of ClojureDart and Flutter e2b0e6b nandi 8d ago | 8 | ) |
| 9 | |
| 10 | list(APPEND FLUTTER_FFI_PLUGIN_LIST |
| 11 | jni |
| 12 | ) |
| 13 | |
| 14 | set(PLUGIN_BUNDLED_LIBRARIES) |
| 15 | |
| 16 | foreach(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}) |
| 21 | endforeach(plugin) |
| 22 | |
| 23 | foreach(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}) |
| 26 | endforeach(ffi_plugin) |