esp-idf-bmx280/CMakeLists.txt
jacobvc cdc2678cab Update CMakeLists.txt
Added component REQUIRES driver
2023-03-26 14:31:51 -05:00

7 lines
92 B
CMake

idf_component_register(
SRCS bmx280.c
INCLUDE_DIRS "include"
REQUIRES driver
)