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

8 lines
174 B
CMake
Raw Normal View History

2025-02-16 14:31:50 -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
2025-02-16 14:31:50 -05:00
INCLUDE_DIRS .
REQUIRES driver
)