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

7 lines
256 B
CMake
Executable File

idf_component_register(SRCS "hello_world_main.cpp"
REQUIRES driver
REQUIRES mcp2521
REQUIRES mcp2521_hardware_interface
REQUIRES spi_flash
INCLUDE_DIRS "")