mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-02 07:09:33 +01:00
4 lines
117 B
CMake
4 lines
117 B
CMake
|
|
idf_component_register(SRCS "main.c"
|
||
|
|
"asm_funcs.S"
|
||
|
|
INCLUDE_DIRS ".")
|