OVMS3-idf/components/esp_system/CMakeLists.txt
2020-03-10 19:56:24 +08:00

8 lines
299 B
CMake

idf_component_register(SRCS "abort.c" "panic.c" "reset_reason.c" "system_api.c"
INCLUDE_DIRS include
PRIV_INCLUDE_DIRS private_include
PRIV_REQUIRES spi_flash app_update
LDFRAGMENTS "linker.lf")
add_subdirectory(port)