OVMS3-idf/components/esp_system/CMakeLists.txt

8 lines
289 B
CMake
Raw Normal View History

2020-02-02 15:18:29 +00:00
idf_component_register(SRCS "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)