set(PRIVREQ esp_timer) if("${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}" VERSION_GREATER_EQUAL "5.0") list(APPEND REQ esp_adc) else() list(APPEND REQ esp_adc_cal) endif() idf_component_register(SRCS "button_adc.c" "button_gpio.c" "iot_button.c" "button_matrix.c" "user_button.c" INCLUDE_DIRS include REQUIRES driver ${REQ} USER_SPIFFS PRIV_REQUIRES ${PRIVREQ}) #include(package_manager) #cu_pkg_define_version(${CMAKE_CURRENT_LIST_DIR})