DualLedController/components/command/CMakeLists.txt

9 lines
234 B
CMake
Raw Normal View History

2024-05-16 01:09:36 +08:00
idf_component_register(SRCS
cmd_system.c
cmd_system_common.c
2024-05-17 01:08:15 +08:00
CustomCommand.cpp
2024-05-16 01:09:36 +08:00
INCLUDE_DIRS .
2024-05-17 01:08:15 +08:00
REQUIRES console spi_flash driver LedController
2024-05-16 01:09:36 +08:00
)
target_sources(${COMPONENT_LIB} PRIVATE cmd_system_sleep.c)