mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:42:45 +00:00 
			
		
		
		
	 d6a5b11f04
			
		
	
	
		d6a5b11f04
		
	
	
	
	
		
			
			This implements the BrotliDecompressionStream, which is a Core::Stream that can decompress another Core::Stream.
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Brotli.cpp
 | |
|     BrotliDictionary.cpp
 | |
|     Deflate.cpp
 | |
|     Zlib.cpp
 | |
|     Gzip.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibCompress compress)
 | |
| target_link_libraries(LibCompress LibC LibCrypto)
 |