Encrypted messaging app
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.

15 lines
459 B

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