Files
xiaozhi-esp32/managed_components/tny-robotics__sh1106-esp-idf/CMakeLists.txt
2025-09-05 13:25:11 +08:00

6 lines
117 B
CMake

idf_component_register(
SRCS "esp_lcd_panel_sh1106.c"
INCLUDE_DIRS "include"
REQUIRES "driver esp_lcd"
)