11 lines
161 B
CMake
11 lines
161 B
CMake
set(srcs
|
|
"src/hmi_link.c"
|
|
)
|
|
|
|
idf_component_register(
|
|
SRCS ${srcs}
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES evse
|
|
PRIV_REQUIRES driver esp_timer json
|
|
)
|