klips/esp/cpp/components/lcd/CMakeLists.txt

6 lines
126 B
CMake
Raw Normal View History

idf_component_register(
SRCS lcd.c panel_device.cpp
include/lcd.h include/panel_device.h
INCLUDE_DIRS "include"
)