OVMS3-idf/components/esp_adc_cal/CMakeLists.txt
2019-06-11 13:07:37 +08:00

10 lines
183 B
CMake

if(IDF_TARGET STREQUAL "esp32s2beta")
return()
endif()
set(COMPONENT_SRCS "esp_adc_cal.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_REQUIRES)
register_component()