mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:02:43 +00:00 
			
		
		
		
	 3f614a8fca
			
		
	
	
		3f614a8fca
		
	
	
	
	
		
			
			As LibTLS now supports the Core::Stream APIs, we can get rid of the split paths for TCP/TLS and significantly simplify the code as well. Provided to you free of charge by the Core::Stream-ification team :^)
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     ConnectionInfo.cpp
 | |
|     Impl/WebSocketImpl.cpp
 | |
|     WebSocket.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibWebSocket websocket)
 | |
| target_link_libraries(LibWebSocket LibCore LibCrypto LibTLS)
 |