klips/esp/cpp/07_lcd-panel-i2c/main/CMakeLists.txt

8 lines
174 B
CMake
Raw Normal View History

2025-03-01 17:09:22 -05:00
idf_component_register(
SRCS
main.cpp display.cpp panel_device.cpp scoped_lock.cpp
i2c.h time_keeper.h panel.h ssd1306.h
INCLUDE_DIRS .
REQUIRES driver
)