diff options
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 |