mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			569 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			569 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| idf_component_register(SRCS "src/httpd_main.c"
 | |
|                             "src/httpd_parse.c"
 | |
|                             "src/httpd_sess.c"
 | |
|                             "src/httpd_txrx.c"
 | |
|                             "src/httpd_uri.c"
 | |
|                             "src/httpd_ws.c"
 | |
|                             "src/util/ctrl_sock.c"
 | |
|                     INCLUDE_DIRS "include"
 | |
|                     PRIV_INCLUDE_DIRS "src/port/esp32" "src/util"
 | |
|                     REQUIRES esp_event http_parser # for http_parser.h
 | |
|                     PRIV_REQUIRES lwip mbedtls esp_timer)
 | 
