mirror of
https://github.com/espressif/esp-idf
synced 2025-03-22 15:39:13 -04:00
8 lines
198 B
CMake
8 lines
198 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_rtti)
|