mirror of
https://github.com/espressif/esp-idf
synced 2025-04-01 12:20:11 -04:00
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 ".")
|