klips/esp/cpp/08_dht11-lcd/main/CMakeLists.txt
Shaun Reed 2f385e9ed3 Move display into a separate component WIP.
Compiles, but does not work correctly yet.
2025-11-02 12:05:04 -05:00

7 lines
78 B
CMake

idf_component_register(
SRCS
main.cpp
main.h
INCLUDE_DIRS .
)