Files
esp-air-monitor/components/http_server/CMakeLists.txt

5 lines
102 B
CMake

idf_component_register(SRCS "http.c"
INCLUDE_DIRS "."
PRIV_REQUIRES dht22 wifi esp_http_server
)