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

9 lines
267 B
CMake
Raw Normal View History

2023-04-19 03:36:26 -04:00
# 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)