aboutsummaryrefslogtreecommitdiff
path: root/main/CMakeLists.txt
blob: 5bc935698828f7c7da406c7a37c080fe463fab4a (plain) (blame)
1
2
3
4
5
6
7
8
idf_component_register(SRCS
    "main.c"
    "station.c"
    "ws2812b_writer.c"
    "tcp_server.c"
    "sockbuf.c"
    "http_server.c"
  INCLUDE_DIRS "../include")