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

8 lines
191 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}
PRIV_REQUIRES unity driver test_utils
2023-04-21 06:55:45 -04:00
WHOLE_ARCHIVE)