7 lines
194 B
CMake
7 lines
194 B
CMake
idf_component_register(
|
|
SRCS
|
|
main.cpp display.cpp panel_device.cpp scoped_lock.cpp
|
|
main.h display.h panel.h panel_device.h scoped_lock.h time_keeper.h ssd1306.h
|
|
INCLUDE_DIRS .
|
|
)
|