The Webview Univeral Flutter package for Appeto SDK.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

25 lignes
759 B

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