esp32_Adafruit_BME280_Library/CMakeLists.txt

6 lines
134 B
CMake

idf_component_register(
SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES arduino-esp32 esp32_Adafruit_Sensor esp32_Adafruit_BusIO
)