Files
miniature-town/components/led_matrix/CMakeLists.txt
2025-05-16 21:55:25 +02:00

6 lines
156 B
CMake

idf_component_register(SRCS "led_matrix.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
led_strip
)