Files
gobot/can-interface/main/CMakeLists.txt
2024-11-23 01:25:29 +01:00

8 lines
304 B
CMake
Executable File

idf_component_register(SRCS "hello_world_main.cpp"
REQUIRES driver
REQUIRES mcp2521
REQUIRES mcp2521_hardware_interface
REQUIRES CAN-Protocol-Stack
REQUIRES spi_flash
INCLUDE_DIRS "")