5 lines
128 B
CMake
5 lines
128 B
CMake
|
set(COMPONENT_SRCS "freemodbus.c"
|
||
|
"deviceparams.c")
|
||
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||
|
|
||
|
register_component()
|