esp-idf/tools/test_apps/system/monitor_ide_integration/CMakeLists.txt

6 wiersze
148 B
CMake

cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(COMPONENTS main esp_gdbstub espcoredump)
project(panic)