esp-ena/components/rtc-custom-ds3231/CMakeLists.txt

8 lines
122 B
CMake

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