diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 19:18:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 19:18:53 +0200 |
commit | 9bc4c6f10148ecf0f8dfccdc918500b095d094e1 (patch) | |
tree | 7c1b0157857743a62118cecfed513014ad67a270 | |
parent | f51a5b04daebf16ae94ca8ddbd8f67a4e95a34cf (diff) |
Update to latest build2
-rw-r--r-- | build/root.build | 13 |
1 files changed, 5 insertions, 8 deletions
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 |