Ingen beskrivning
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

generated_plugins.cmake 823B

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