esp-idf/tools/test_apps/system/gdbstub_runtime/CMakeLists.txt
2023-05-19 20:15:58 +08:00

9 lines
267 B
CMake

# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
set(COMPONENTS main)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(test_gdbstub_runtime)