OVMS3-idf/components/esp_system/port/esp32/CMakeLists.txt

5 lines
167 B
CMake
Raw Normal View History

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})