From d1753af195bccde1690f639ee83a6a8611d9e323 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Jan 2016 10:27:59 +0200 Subject: "Hello World" printer C++ library with build2 --- build/root.build | 6 ++++++ 1 file changed, 6 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..9ade644 --- /dev/null +++ b/build/root.build @@ -0,0 +1,6 @@ +using cxx + +hxx{*}: extension = +cxx{*}: extension = cxx + +cxx.std = 11 -- cgit v1.1