mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Client.cpp
 | |
|     Objects.cpp
 | |
|     Parser.cpp
 | |
|     QuotedPrintable.cpp
 | |
|     MessageHeaderEncoding.cpp
 | |
| )
 | |
| 
 | |
| set(GENERATED_SOURCES)
 | |
| 
 | |
| serenity_lib(LibIMAP imap)
 | |
| target_link_libraries(LibIMAP PRIVATE LibCore LibCrypto LibTextCodec LibTLS)
 | 
