forked from test34/can_wizard
14 lines
184 B
CMake
14 lines
184 B
CMake
|
set(COMPONENT_SRCS
|
||
|
"main.c"
|
||
|
"cmd_system.c"
|
||
|
"can.c"
|
||
|
"console_task.c"
|
||
|
"fs.c"
|
||
|
)
|
||
|
|
||
|
set(COMPONENT_ADD_INCLUDEDIRS
|
||
|
"."
|
||
|
)
|
||
|
|
||
|
register_component()
|