diff -r eee990609da7 -r bdc123ae7b49 esp-idf-lib/components/apds9930/CMakeLists.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/esp-idf-lib/components/apds9930/CMakeLists.txt Mon Apr 03 11:08:09 2023 +0200 @@ -0,0 +1,5 @@ +idf_component_register( + SRCS apds9930.c + INCLUDE_DIRS . + REQUIRES i2cdev log esp_idf_lib_helpers +)