DualLedController/components/command/CMakeLists.txt
2024-06-03 23:51:39 +08:00

10 lines
292 B
CMake

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