mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			356 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			356 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # Embed the server root certificate into the final binary
 | |
| #
 | |
| # (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
 | |
| idf_component_register(SRCS "esp_http_client_example.c"
 | |
|                     INCLUDE_DIRS "."
 | |
|                     EMBED_TXTFILES howsmyssl_com_root_cert.pem
 | |
|                                    dl_espressif_com_root_cert.pem)
 | 
