Files
AI_Printer/main/CMakeLists.txt
2026-02-10 17:11:06 +08:00

6 lines
213 B
CMake
Executable File

file(GLOB_RECURSE srcs "main.c" "src/*.c")
idf_component_register(SRCS "${srcs}"
PRIV_REQUIRES bt nvs_flash esp_driver_gpio esp_driver_uart
INCLUDE_DIRS "./include")