mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
287 B
CMake
9 lines
287 B
CMake
idf_component_register(SRCS "compare_set.c"
|
|
"cpu_util.c"
|
|
INCLUDE_DIRS include
|
|
REQUIRES soc
|
|
LDFRAGMENTS linker.lf)
|
|
|
|
idf_build_get_property(target IDF_TARGET)
|
|
add_subdirectory(port/${target})
|