generated_plugins.cmake (760B)
1 # 2 # Generated file, do not edit. 3 # 4 5 list(APPEND FLUTTER_PLUGIN_LIST 6 audioplayers_linux 7 ) 8 9 list(APPEND FLUTTER_FFI_PLUGIN_LIST 10 ) 11 12 set(PLUGIN_BUNDLED_LIBRARIES) 13 14 foreach(plugin ${FLUTTER_PLUGIN_LIST}) 15 add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux plugins/${plugin}) 16 target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin) 17 list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>) 18 list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries}) 19 endforeach(plugin) 20 21 foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST}) 22 add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin}) 23 list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries}) 24 endforeach(ffi_plugin)