5 lines
151 B
CMake
Raw Normal View History

2024-05-14 16:11:08 +03:00
set(component_srcs "main.c" "http_client.c" "http_server.c")
idf_component_register(SRCS "${component_srcs}"
INCLUDE_DIRS ".")