esp-ena/components/rtc-bm8563/CMakeLists.txt

8 lines
123 B
CMake

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