forked from test34/can_wizard
14 lines
200 B
CMake
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()
|