DualLedController/components/command/CMakeLists.txt

9 lines
215 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
cmd_custom.c
INCLUDE_DIRS .
REQUIRES console spi_flash driver
)
target_sources(${COMPONENT_LIB} PRIVATE cmd_system_sleep.c)