mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	- use `package:matrix_homeserver_recommendations` to benchmark homeservers - propose fastest server without anti-features as homeserver - display small button with server information - use Matrix.org / the default configuration as fallback Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
		
			
				
	
	
		
			20 lines
		
	
	
		
			554 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			554 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
#
 | 
						|
# Generated file, do not edit.
 | 
						|
#
 | 
						|
 | 
						|
list(APPEND FLUTTER_PLUGIN_LIST
 | 
						|
  desktop_drop
 | 
						|
  file_selector_windows
 | 
						|
  flutter_secure_storage_windows
 | 
						|
  url_launcher_windows
 | 
						|
)
 | 
						|
 | 
						|
set(PLUGIN_BUNDLED_LIBRARIES)
 | 
						|
 | 
						|
foreach(plugin ${FLUTTER_PLUGIN_LIST})
 | 
						|
  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})
 | 
						|
  target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
 | 
						|
  list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
 | 
						|
  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
 | 
						|
endforeach(plugin)
 |