DualLedController/components/LedController/CMakeLists.txt

6 lines
116 B
CMake
Raw Normal View History

2024-05-17 01:08:15 +08:00
idf_component_register(SRCS
LedController.cpp
INCLUDE_DIRS .
REQUIRES console spi_flash driver
)