mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			228 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			228 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
idf_component_register(SRC_DIRS "."
 | 
						|
                    PRIV_INCLUDE_DIRS "../private_include" "."
 | 
						|
                    PRIV_REQUIRES cmock test_utils tcp_transport)
 | 
						|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
 |