mch2022-template-app/components/i2c-bme680/CMakeLists.txt

6 lines
88 B
CMake
Raw Normal View History

2022-05-18 21:28:00 +00:00
idf_component_register(
SRCS "bme680.c"
INCLUDE_DIRS include
REQUIRES "bus-i2c"
)