esp-idf-ds3231/CMakeLists.txt

6 lines
109 B
CMake
Raw Permalink Normal View History

2021-07-25 18:14:45 +02:00
idf_component_register(
INCLUDE_DIRS "include"
SRCS
"source/io.c"
"source/driver.c"
)