From eb649ff736e101e49afacb31d580741851375e69 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Jan 2016 11:08:37 +0200 Subject: Basic "Hello World" C++ program with build2 --- build/root.build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build/root.build (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build new file mode 100644 index 0000000..7b1aac4 --- /dev/null +++ b/build/root.build @@ -0,0 +1,5 @@ +using cxx + +cxx{*}: extension = cxx + +cxx.std = 11 -- cgit v1.1