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

7 lines
130 B
CMake
Raw Normal View History

2023-04-21 06:55:45 -04:00
set(srcs "test_app_main.c"
"test_i2c.c"
)
idf_component_register(SRCS ${srcs}
WHOLE_ARCHIVE)