esp-ena/components/ssd1306/CMakeLists.txt

8 lines
136 B
CMake
Raw Normal View History

idf_component_register(
SRCS
"ssd1306.c"
2020-08-16 16:40:05 +02:00
"ssd1306-gfx.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
i2c-main
)