esp-idf/components/driver/test_apps/i2s_test_apps/i2s/main/CMakeLists.txt

7 wiersze
152 B
CMake

set(srcs "test_app_main.c"
"test_i2s.c"
"test_i2s_iram.c")
idf_component_register(SRCS ${srcs}
WHOLE_ARCHIVE)