examples/system: add C++ RTTI example

This commit is contained in:
Ivan Grokhotkov
2019-06-07 00:19:48 +08:00
parent 959ca74a29
commit 18c9e306c2
8 changed files with 227 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# 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.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(cpp_rtti)