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

8 lines
123 B
CMake
Raw Normal View History

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