mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			658 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			658 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
idf_component_register(SRCS "library/ssl_cert.c"
 | 
						|
                            "library/ssl_lib.c"
 | 
						|
                            "library/ssl_methods.c"
 | 
						|
                            "library/ssl_pkey.c"
 | 
						|
                            "library/ssl_bio.c"
 | 
						|
                            "library/ssl_err.c"
 | 
						|
                            "library/ssl_stack.c"
 | 
						|
                            "library/ssl_x509.c"
 | 
						|
                            "platform/ssl_pm.c"
 | 
						|
                            "platform/ssl_port.c"
 | 
						|
                    REQUIRES mbedtls
 | 
						|
                    INCLUDE_DIRS include
 | 
						|
                    PRIV_INCLUDE_DIRS include/internal include/platform include/openssl)
 |