Files
hantai_project/code/spi_lcd_driver/main/CMakeLists.txt
T
2026-02-18 05:01:05 +08:00

5 lines
112 B
CMake

idf_component_register(
SRCS "main.c" "lcd_driver.c"
INCLUDE_DIRS "."
REQUIRES driver esp_lcd heap
)