mirror of
https://github.com/utkumaden/esp-idf-ds3231.git
synced 2025-01-23 13:06:33 +01:00
6 lines
109 B
CMake
6 lines
109 B
CMake
|
idf_component_register(
|
||
|
INCLUDE_DIRS "include"
|
||
|
SRCS
|
||
|
"source/io.c"
|
||
|
"source/driver.c"
|
||
|
)
|