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

View File

@@ -0,0 +1,9 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := cpp_rtti
include $(IDF_PATH)/make/project.mk