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

8 lines
104 B
CMake
Raw Normal View History

2025-11-01 13:36:07 -04:00
idf_component_register(
SRCS
main.cpp
main.h i2c.h
INCLUDE_DIRS .
REQUIRES driver
)