esp-idf/components/driver/test_apps/i2c/main/CMakeLists.txt
2023-05-16 16:42:28 +08:00

7 lines
130 B
CMake

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