From 0dee00f28e623830e816c4002c8004c86055df85 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Apr 2015 11:08:13 +0200 Subject: Implement initial C++ configuration support --- build/root.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build index 5199200..7321d32 100644 --- a/build/root.build +++ b/build/root.build @@ -1 +1,6 @@ source $out_root/build/config.build + +using cxx + +cxx.std = 14 +cxx.poptions += -I$src_root -- cgit v1.1