mch2022-talktopics/efuse/main/CMakeLists.txt

7 lines
144 B
CMake
Raw Normal View History

idf_component_register(
SRCS "main.c"
"esp_efuse_custom_table.c"
INCLUDE_DIRS "."
"include"
)