mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     HttpJob.cpp
 | |
|     HttpRequest.cpp
 | |
|     HttpResponse.cpp
 | |
|     HttpsJob.cpp
 | |
|     Job.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibHTTP http)
 | |
| target_link_libraries(LibHTTP LibCore LibTLS)
 | 
