klips/esp/cpp/components/i2c/CMakeLists.txt

6 lines
97 B
CMake
Raw Normal View History

2025-11-01 16:46:15 -04:00
idf_component_register(
SRCS "i2c.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES "driver"
)