diff --git a/CMakeLists.txt b/CMakeLists.txt index ad0b8d3..0fe4285 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,4 +2,5 @@ idf_component_register( SRCS bmx280.c INCLUDE_DIRS "include" + REQUIRES driver )