can_wizard/main/CMakeLists.txt
2023-11-24 06:49:17 +03:00

14 lines
200 B
CMake

set(COMPONENT_SRCS
"main.c"
"cmd_system.c"
"can.c"
"console.c"
"fs.c"
"xvprintf.c"
)
set(COMPONENT_ADD_INCLUDEDIRS
"."
)
register_component()