Files
gobot/can-interface/components/mcp2521/CMakeLists.txt
2024-10-16 21:28:36 +02:00

6 lines
246 B
CMake

idf_component_register(SRCS
"interface_commands.cpp"
INCLUDE_DIRS "include"
REQUIRES driver
REQUIRES mcp2521_hardware_interface
)