6 lines
284 B
CMake
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")
|