esp-ena/components/i2c-main/CMakeLists.txt

7 lines
111 B
CMake
Raw Normal View History

idf_component_register(
SRCS
"i2c-main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
driver
)