esp-ena/components/ds3231/CMakeLists.txt

7 lines
111 B
CMake
Raw Normal View History

idf_component_register(
SRCS
"ds3231.c"
2020-08-16 16:40:05 +02:00
INCLUDE_DIRS "."
PRIV_REQUIRES
i2c-main
)