mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 3d9f6a1299
			
		
	
	3d9f6a1299
	
	
	
		
			
			Closes https://github.com/espressif/esp-idf/issues/14751 Make the common I2S dependencies as an example common component, so that to avoid slash & backslash issue on windows when use absolute include path.
		
			
				
	
	
		
			3 lines
		
	
	
		
			91 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			91 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # register I2S common dependencies as a component
 | |
| idf_component_register(INCLUDE_DIRS ".")
 |