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