DualLedController/components/LedController/CMakeLists.txt
2024-05-17 01:08:15 +08:00

6 lines
116 B
CMake

idf_component_register(SRCS
LedController.cpp
INCLUDE_DIRS .
REQUIRES console spi_flash driver
)