mirror of
https://github.com/espressif/esp-idf
synced 2025-04-08 15:50:10 -04:00
5 lines
167 B
CMake
5 lines
167 B
CMake
set(srcs "dport_panic_highint_hdl.S" "clk.c" "reset_reason.c")
|
|
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs})
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
|