mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			382 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			382 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
idf_component_register(SRCS "esp_http_client.c"
 | 
						|
                            "lib/http_auth.c"
 | 
						|
                            "lib/http_header.c"
 | 
						|
                            "lib/http_utils.c"
 | 
						|
                    INCLUDE_DIRS "include"
 | 
						|
                    PRIV_INCLUDE_DIRS "lib/include"
 | 
						|
                    REQUIRES nghttp
 | 
						|
                    PRIV_REQUIRES lwip esp-tls tcp_transport)
 |