klips/esp/cpp/08_dht11-lcd/main/CMakeLists.txt

7 lines
194 B
CMake
Raw Normal View History

2025-11-01 13:36:07 -04:00
idf_component_register(
SRCS
2025-11-01 16:58:50 -04:00
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
2025-11-01 13:36:07 -04:00
INCLUDE_DIRS .
)