10 lines
284 B
CMake
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) |