esp-idf/components/driver/test_apps/i2c/main/CMakeLists.txt
2023-04-25 10:40:32 +08:00

7 lines
130 B
CMake

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