ESP32-WROVER-KIT-LCD-DRIVER/main/CMakeLists.txt

9 lines
135 B
CMake

set(srcs "LCD.c"
"Driver.c"
"Example_Main.c"
)
idf_component_register(SRCS ${srcs}
INCLUDE_DIRS ".")