esp32_Adafruit_BME280_Library/CMakeLists.txt

6 lines
134 B
CMake
Raw Normal View History

2026-03-18 21:40:27 +00:00
idf_component_register(
SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES arduino-esp32 esp32_Adafruit_Sensor esp32_Adafruit_BusIO
)