esp-idf-lcd/CMakeLists.txt
2022-08-22 14:34:04 +03:00

4 lines
79 B
CMake

idf_component_register("lcd",
SRCS "src/lcd.c"
INCLUDE_DIRS "include"
)