esp32 firmware for a toaster reflow oven WIP!!!!!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
reflower/main/CMakeLists.txt

21 lines
529 B

set(COMPONENT_SRCS
"app_main.c"
"knob.c"
"liquid/gui.c"
"analog.c"
"liquid/liquid.c"
"scenes/scene_root.c"
"scenes/scene_car.c"
"scenes/scene_demo.c"
"scenes/scene_bootanim.c"
"scenes/scene_menu.c"
"scenes/scene_test_menu.c"
"graphics/nokia.c"
"graphics/utf8.c"
"graphics/font.c"
"graphics/drawing.c"
"graphics/bitmaps.c"
)
set(COMPONENT_ADD_INCLUDEDIRS "." "liquid" "graphics")
register_component()