forked from espressif/esp-idf
4 lines
142 B
CMake
4 lines
142 B
CMake
idf_component_register(SRCS "test_panic_main.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES spi_flash esp_system)
|