5 lines
125 B
CMake
5 lines
125 B
CMake
set(COMPONENT_SRCS "main.c" "http_post.c" "http_server.c" "twai.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|