mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:12:43 +00:00 
			
		
		
		
	 be5f6aa46e
			
		
	
	
		be5f6aa46e
		
	
	
	
	
		
			
			The LibCore sockets implementation becomes WebSocketImplSerenity. This will allow us to create a custom WebSocketImpl subclass for Qt to use in Ladybird.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     ConnectionInfo.cpp
 | |
|     Impl/WebSocketImpl.cpp
 | |
|     Impl/WebSocketImplSerenity.cpp
 | |
|     WebSocket.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibWebSocket websocket)
 | |
| target_link_libraries(LibWebSocket PRIVATE LibCore LibCrypto LibTLS)
 |