diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 10:26:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 10:26:47 +0200 |
commit | f013fac528515dad78c9a624216b1e0217a5f3bb (patch) | |
tree | 88a98bdb6f4b6c385f06239eb7c46ce8acf5d3c8 /build/export.build |
"Hello World" formatter C++ library with build2
Diffstat (limited to 'build/export.build')
-rw-r--r-- | build/export.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/export.build b/build/export.build new file mode 100644 index 0000000..53e115c --- /dev/null +++ b/build/export.build @@ -0,0 +1,6 @@ +$out_root/: +{ + include format/ +} + +export $out_root/format/lib{format} |