esp-idf-ds3231/CMakeLists.txt

6 lines
109 B
CMake

idf_component_register(
INCLUDE_DIRS "include"
SRCS
"source/io.c"
"source/driver.c"
)