generated_plugins.cmake 473 B

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