Files
Esp32WeatherStation/components/bme280/CMakeLists.txt

4 lines
119 B
CMake

idf_component_register(SRCS "bme280.c" "bme280_sup.c"
INCLUDE_DIRS "."
)