2024A-SW/components/Serial_Console/CMakeLists.txt
2026-01-10 18:41:02 -06:00

15 lines
259 B
CMake

idf_component_register(
SRCS
"Console.c"
"Commands/Log_Command.c"
INCLUDE_DIRS
"."
"./Commands"
REQUIRES
"SystemK"
"System_Events"
"console"
"log"
"nvs_flash"
"vfs"
)