DualLedController/components/command/CMakeLists.txt

10 lines
292 B
CMake
Raw Normal View History

2024-05-16 01:09:36 +08:00
idf_component_register(SRCS
2024-06-03 23:51:39 +08:00
cmd_nvs.h cmd_nvs.c
2024-05-16 01:09:36 +08:00
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-06-03 23:51:39 +08:00
REQUIRES console spi_flash nvs_flash driver esp_wifi LedController Communication
2024-05-16 01:09:36 +08:00
)
target_sources(${COMPONENT_LIB} PRIVATE cmd_system_sleep.c)