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

8 lines
104 B
CMake

idf_component_register(
SRCS
main.cpp
main.h i2c.h
INCLUDE_DIRS .
REQUIRES driver
)