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

9 lines
234 B
CMake

idf_component_register(SRCS
cmd_system.c
cmd_system_common.c
CustomCommand.cpp
INCLUDE_DIRS .
REQUIRES console spi_flash driver LedController
)
target_sources(${COMPONENT_LIB} PRIVATE cmd_system_sleep.c)