esp-ena/components/ds3231/CMakeLists.txt

7 lines
117 B
CMake

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