diff options
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 9ecb402..5bc9356 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -4,4 +4,5 @@ idf_component_register(SRCS "ws2812b_writer.c" "tcp_server.c" "sockbuf.c" + "http_server.c" INCLUDE_DIRS "../include") |