Files
gobot/can-interface/components/CAN-Protocol-Stack/CMakeLists.txt
2024-11-23 01:25:29 +01:00

8 lines
313 B
CMake

idf_component_register(SRCS
"canTP.cpp"
"gobotRPC.cpp"
INCLUDE_DIRS "include"
REQUIRES driver
REQUIRES mcp2521
REQUIRES mcp2521_hardware_interface
)