generated_plugins.cmake 540 B

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