mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			228 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			228 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
set(src "src/https_server.c")
 | 
						|
set(inc "include")
 | 
						|
 | 
						|
idf_component_register(SRCS ${src}
 | 
						|
                    INCLUDE_DIRS ${inc}
 | 
						|
                    REQUIRES esp_http_server esp-tls esp_event
 | 
						|
                    PRIV_REQUIRES lwip)
 |