From 8e866579cb459c5104c532d5e41d562d45236ea5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Jun 2015 19:20:16 +0200 Subject: Implement loader --- build/root.build | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build index e14129a..66ca55f 100644 --- a/build/root.build +++ b/build/root.build @@ -1,3 +1,16 @@ using cxx +hxx.ext = +ixx.ext = ixx +txx.ext = txx +cxx.ext = cxx + cxx.std = 11 +cxx.poptions += -I$out_root -I$src_root + +# All exe{} in tests/ are, well, tests. +# +tests/: +{ + test.exe = true +} -- cgit v1.1