mirror of
https://github.com/utkumaden/esp-idf-ds3231.git
synced 2025-01-22 20:56:31 +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"
|
|
) |