From 6e18ee41d75f73e8ef62ea296a9a2cc5af45acea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Nov 2015 18:15:58 +0200 Subject: Add install support --- 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 1afbe80..1be6cb7 100644 --- a/build/root.build +++ b/build/root.build @@ -12,9 +12,7 @@ cxx.ext = cxx cxx.std = 14 cxx.poptions += -I$src_root -# 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