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