esp-idf/components/driver/test_apps/legacy_rmt_driver/main/CMakeLists.txt

6 wiersze
132 B
CMake

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