klips/esp/cpp/07_lcd-panel-i2c/main/CMakeLists.txt
2025-02-16 14:32:00 -05:00

6 lines
150 B
CMake

idf_component_register(
SRCS main.cpp display.cpp ssd1306.cpp i2c.h time_keeper.h panel.h panel_device.h
INCLUDE_DIRS .
REQUIRES driver
)