mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
293 B
CMake
8 lines
293 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})
|
|
if(CONFIG_ESP_CONSOLE_USB_CDC)
|
|
target_sources(${COMPONENT_LIB} PRIVATE "${CMAKE_CURRENT_LIST_DIR}/usb_console.c")
|
|
endif()
|