1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-02 04:40:11 -04:00
2021-03-31 19:17:33 +08:00

9 lines
310 B
CMake

idf_component_register(SRCS "lldesc.c"
"soc_include_legacy_warn.c"
"memory_layout_utils.c"
INCLUDE_DIRS include
LDFRAGMENTS "linker.lf")
idf_build_get_property(target IDF_TARGET)
add_subdirectory(${target})