mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
206 B
CMake
8 lines
206 B
CMake
idf_build_get_property(target IDF_TARGET)
|
|
|
|
set(srcs "esp_adc_cal_${target}.c")
|
|
|
|
idf_component_register(SRCS ${srcs}
|
|
INCLUDE_DIRS include
|
|
REQUIRES driver efuse)
|