Files
esp-idf/examples/peripherals/i2s/i2s_examples_common/CMakeLists.txt
laokaiyao c896eb611e refactor(i2s): refactor i2s examples common dependencies
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.
2024-12-11 22:03:30 +08:00

3 lines
91 B
CMake

# register I2S common dependencies as a component
idf_component_register(INCLUDE_DIRS ".")