4 lines
117 B
CMake
4 lines
117 B
CMake
idf_component_register(SRCS "HTTPServe.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES esp_http_server)
|