ESP8266/main/CMakeLists.txt
Artur Gurgul 71381bb467 init
2025-09-16 08:58:30 -05:00

10 lines
247 B
CMake

#idf_component_register(SRCS "bme680_esp8266.c"
# INCLUDE_DIRS "."
# REQUIRES bme680)
idf_component_register(
SRCS "bme680_esp8266.c"
INCLUDE_DIRS "."
REQUIRES bme68x esp8266
# PRIV_REQUIRES driver
)