diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 17:55:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 17:55:40 +0200 |
commit | 4cc799f320f52e436afa62aff19ecfc4f1089145 (patch) | |
tree | e67860aa114b2bea4d582ac126f467f82fabd88a /build | |
parent | 1e6856955b9ee8cd05ac7705a7865ff14798136f (diff) |
Add install support
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 1 | ||||
-rw-r--r-- | build/root.build | 4 |
2 files changed, 5 insertions, 0 deletions
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 |