esp-ena/components/display-ssd1306/CMakeLists.txt

8 lines
131 B
CMake

idf_component_register(
SRCS
"ssd1306.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
"display"
"i2c-main"
)