Files
esp32-racer/software/hello_world/main/CMakeLists.txt
2026-04-29 11:15:26 +12:00

4 lines
136 B
CMake

idf_component_register(SRCS "hello_world_main.c"
PRIV_REQUIRES spi_flash
INCLUDE_DIRS "")