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/.gitignore | 1 + build/bootstrap.build | 3 ++- build/root.build | 13 +++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 build/.gitignore (limited to 'build') diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..225c27f --- /dev/null +++ b/build/.gitignore @@ -0,0 +1 @@ +config.build diff --git a/build/bootstrap.build b/build/bootstrap.build index 350c8cc..fda9151 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,2 +1,3 @@ -project_name = brep +project = brep using config +using test 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