diff options
Diffstat (limited to 'build')
-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 |