Files
gobot/can-interface/main/CMakeLists.txt
2024-10-14 09:19:00 +02:00

6 lines
200 B
CMake
Executable File

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