ESP32-OTA-HTTPS/components/lcd/CMakeLists.txt
2020-11-10 11:03:46 +01:00

7 lines
132 B
CMake

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