esp-idf-lcd/CMakeLists.txt

4 lines
79 B
CMake
Raw Permalink Normal View History

2022-08-22 13:34:04 +02:00
idf_component_register("lcd",
SRCS "src/lcd.c"
INCLUDE_DIRS "include"
)