mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-28 04:05:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			286 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			286 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 "https_request_example_main.c"
 | |
|                     INCLUDE_DIRS "."
 | |
|                     EMBED_TXTFILES server_root_cert.pem)
 | 
