From 4cc799f320f52e436afa62aff19ecfc4f1089145 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Nov 2015 17:55:40 +0200 Subject: Add install support --- build/bootstrap.build | 1 + build/root.build | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/build/bootstrap.build b/build/bootstrap.build index 35f0dfa..9eca9c3 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -7,5 +7,6 @@ version = 0.1.0 using config using dist +using install dist.package = $project-$version diff --git a/build/root.build b/build/root.build index 2066273..5286016 100644 --- a/build/root.build +++ b/build/root.build @@ -11,3 +11,7 @@ cxx.ext = cxx cxx.std = 11 cxx.poptions += -I$out_root -I$src_root + +# Don't install tests. +# +tests/: install = false -- cgit v1.1