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

6 lines
97 B
CMake

idf_component_register(
SRCS "i2c.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES "driver"
)