From 9bc4c6f10148ecf0f8dfccdc918500b095d094e1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Dec 2015 19:18:53 +0200 Subject: Update to latest build2 --- build/root.build | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 66ca55f..9517a03 100644 --- a/build/root.build +++ b/build/root.build @@ -1,16 +1,13 @@ using cxx -hxx.ext = -ixx.ext = ixx -txx.ext = txx -cxx.ext = cxx +hxx{*}: extension = +ixx{*}: extension = ixx +txx{*}: extension = txx +cxx{*}: extension = cxx cxx.std = 11 cxx.poptions += -I$out_root -I$src_root # All exe{} in tests/ are, well, tests. # -tests/: -{ - test.exe = true -} +tests/: test.exe = true -- cgit v1.1