candytuft/firmware/main/CMakeLists.txt
2026-01-22 19:54:53 -06:00

6 lines
284 B
CMake

idf_component_register(SRCS "src/hello_world_main.c"
"src/iic.c"
"src/lcd/ssd1306.c"
"src/ui/inputs.c"
"src/led/ws2811.c"
INCLUDE_DIRS "include")