diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-01 11:08:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-01 11:08:13 +0200 |
commit | 0dee00f28e623830e816c4002c8004c86055df85 (patch) | |
tree | 14c2a2abe241df53821bc585b7adeaff16c768cd /build/root.build | |
parent | 276a0796a97b0a312c0071bba0bf924b5f5c6eee (diff) |
Implement initial C++ configuration support
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 5 |
1 files changed, 5 insertions, 0 deletions
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 |