OVMS3-idf/components/esp_system/port/esp32/CMakeLists.txt
2020-06-19 18:40:09 +10:00

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