mch2022-talktopics/components/mch2022-efuse/CMakeLists.txt
2022-05-12 22:41:31 +02:00

6 lines
157 B
CMake

idf_component_register(
SRCS "esp_efuse_custom_table.c" "efuse.c"
INCLUDE_DIRS "."
"include"
REQUIRES "spi_flash"
)