1
0
Weather_ESP/main/CMakeLists.txt
Christian Loch b4b55678a9 Integrated BME280 Bosch library
Sensor measurements are working
2020-02-15 18:09:19 +01:00

9 lines
239 B
CMake

# Edit following two lines to set component requirements (see docs)
set(COMPONENT_REQUIRES )
set(COMPONENT_PRIV_REQUIRES )
set(COMPONENT_SRCS "main.c" "u8g2_esp32_hal.c" "bme280.c")
set(COMPONENT_ADD_INCLUDEDIRS "")
register_component()