ESP32-WROVER-KIT-LCD-DRIVER/components/lcd/CMakeLists.txt

7 lines
132 B
CMake

set(srcs "src/LCD.c"
"src/Driver.c")
idf_component_register(SRCS "${lcd_srcs}"
INCLUDE_DIRS "include")