mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Brotli.cpp
 | |
|     BrotliDictionary.cpp
 | |
|     Deflate.cpp
 | |
|     Lzma.cpp
 | |
|     Lzma2.cpp
 | |
|     Xz.cpp
 | |
|     Zlib.cpp
 | |
|     Gzip.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibCompress compress)
 | |
| target_link_libraries(LibCompress PRIVATE LibCore LibCrypto)
 | 
