1
0
Weather_ESP/components/sensors/CMakeLists.txt

3 lines
131 B
CMake
Raw Normal View History

idf_component_register(SRCS "bme280.c" "sensors.c"
INCLUDE_DIRS "."
REQUIRES driver )