mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 11:04:39 +01:00
9 lines
173 B
CMake
9 lines
173 B
CMake
|
idf_component_register(
|
||
|
SRCS
|
||
|
"interface.c"
|
||
|
"interface-datetime.c"
|
||
|
"interface-menu.c"
|
||
|
INCLUDE_DIRS "include"
|
||
|
PRIV_REQUIRES
|
||
|
ena
|
||
|
)
|