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

8 lines
127 B
CMake
Raw Normal View History

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