diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-15 08:33:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-15 08:33:39 +0200 |
commit | d43e00ba64a5332100a8a2330d251051302b0193 (patch) | |
tree | 59331bd88bf1214c28ed6faada66dae19e5b1a15 /build | |
parent | 589b66ec94d95b4bea8d9a0d23c8439dff9031de (diff) |
Add initial install support
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index 53219ae..3b55eba 100644 --- a/build/root.build +++ b/build/root.build @@ -32,3 +32,4 @@ cxx{*options}: dist = true # All exe{} in tests/ are, well, tests. # tests/: test.exe = true +tests/: install = false |