summaryrefslogtreecommitdiffstats
path: root/cxx/wscript
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2019-11-08 08:46:58 -0600
committerJoel Sherrill <joel@rtems.org>2022-02-23 08:54:36 -0600
commitf67e3a59d10b98dcdfa7257ad990fe78f3cedec6 (patch)
treea9b0113f7cf5894563558dcd97c07ba3cf0053f1 /cxx/wscript
parentpsx_sched_report/rtems_config.c: Fix spacing (diff)
downloadrtems-examples-f67e3a59d10b98dcdfa7257ad990fe78f3cedec6.tar.bz2
cxx_stdmap: Add example of using std::map with RTEMS
Diffstat (limited to '')
-rw-r--r--cxx/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/cxx/wscript b/cxx/wscript
index 874c130..14cc13d 100644
--- a/cxx/wscript
+++ b/cxx/wscript
@@ -10,4 +10,5 @@ def build(bld):
if bld.env['CXX'] is not None:
bld.recurse('libcpp')
bld.recurse('cxx_throw')
+ bld.recurse('cxx_stdmap')