2022-03-22 04:20:51 -04:00
|
|
|
# This is the project CMakeLists.txt file for the test subproject
|
2022-05-27 04:10:51 -04:00
|
|
|
cmake_minimum_required(VERSION 3.16)
|
2022-03-22 04:20:51 -04:00
|
|
|
|
|
|
|
set(COMPONENTS main)
|
|
|
|
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
|
|
project(test_cxx_rtti)
|