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

7 lines
132 B
CMake
Raw Permalink Normal View History

2020-11-10 10:16:35 +01:00
set(srcs "src/LCD.c"
"src/Driver.c")
idf_component_register(SRCS "${lcd_srcs}"
INCLUDE_DIRS "include")