1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-03 21:30:08 -04:00

8 lines
203 B
CMake

# This is the project CMakeLists.txt file for the test subproject
cmake_minimum_required(VERSION 3.5)
set(COMPONENTS main)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(test_cxx_exception)