您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 
 
 
 

25 行
760 B

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