From f76833097e9b02dd1a7ec09d3f467bb3480262a7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Nov 2015 18:06:41 +0200 Subject: Add support for install --- build/root.build | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build index 4f10ff1..3cb7483 100644 --- a/build/root.build +++ b/build/root.build @@ -11,9 +11,7 @@ cxx.ext = cxx cxx.std = 14 -# All exe{} in tests/ are, well, tests. +# All exe{} in tests/ are, well, tests. Don't install them. # -tests/: -{ - test.exe = true -} +tests/: test.exe = true +tests/: install = false -- cgit v1.1