GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
862 B

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