Files
gobot/can-interface/main/CMakeLists.txt
2024-10-03 19:49:21 +02:00

6 lines
200 B
CMake
Executable File

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