Files
hantai_project/code/demo1/main/CMakeLists.txt
T
2026-02-18 03:23:36 +08:00

6 lines
232 B
CMake

# 收集当前目录下所有 .c 文件
file(GLOB_RECURSE SRC_LIST "*.c")
idf_component_register(SRCS ${SRC_LIST}
PRIV_REQUIRES spi_flash esp_driver_spi esp_driver_gpio
INCLUDE_DIRS "")