summaryrefslogtreecommitdiffstats
path: root/esp32/main/CMakeLists.txt
blob: d3215123a69f528d3d447f499aa10d82def8d3dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(SRC 
       "epd.c"
       "gui.c"
       "ntp.c"
       "dht.c"
       "main.c"
       "news.c"
       "scrn.c"
       "wifi.c"
       "stock.c"
   )

idf_component_register(SRCS ${SRC}
                       INCLUDE_DIRS ".")