mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2025-01-26 15:48:06 +00:00
7 lines
144 B
CMake
7 lines
144 B
CMake
|
idf_component_register(
|
||
|
SRCS "main.c"
|
||
|
"esp_efuse_custom_table.c"
|
||
|
INCLUDE_DIRS "."
|
||
|
"include"
|
||
|
)
|