espilon-source/espilon_bot/components/command/CMakeLists.txt
2026-01-15 00:04:00 +01:00

8 lines
123 B
CMake

idf_component_register(
SRCS
command.c
command_async.c
INCLUDE_DIRS .
REQUIRES freertos core
)