DualLedController/components/command/CMakeLists.txt
2024-05-22 23:07:24 +08:00

10 lines
284 B
CMake

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