esp-idf/components/esp_system/port/soc/esp32c61/CMakeLists.txt

10 wiersze
229 B
CMake

# TODO: IDF-9526, refactor this
set(srcs
"reset_reason.c"
"system_internal.c"
"cache_err_int.c")
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs})
target_sources(${COMPONENT_LIB} PRIVATE ${srcs})