mirror of
https://github.com/utkumaden/esp-idf-lcd.git
synced 2025-01-23 14:17:32 +01:00
4 lines
79 B
CMake
4 lines
79 B
CMake
|
idf_component_register("lcd",
|
||
|
SRCS "src/lcd.c"
|
||
|
INCLUDE_DIRS "include"
|
||
|
)
|