mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
6 lines
198 B
CMake
6 lines
198 B
CMake
set(component_srcs "ssd1306.c" "ssd1306_i2c.c" "ssd1306_spi.c")
|
|
|
|
idf_component_register(SRCS "${component_srcs}"
|
|
PRIV_REQUIRES driver
|
|
INCLUDE_DIRS ".")
|