diff options
Diffstat (limited to 'build/export.build')
-rw-r--r-- | build/export.build | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/build/export.build b/build/export.build new file mode 100644 index 0000000..54f91e8 --- /dev/null +++ b/build/export.build @@ -0,0 +1,19 @@ +# file : build/export.build +# license : MIT; see accompanying LICENSE file + +$out_root/ +{ + include bdep-util/ +} + +switch $import.target +{ + case exe{bdep-git-pre-commit} + export $out_root/bdep-util/exe{bdep-git-pre-commit} + + case exe{bdep-git-pre-commit-version-check} + export $out_root/bdep-util/exe{bdep-git-pre-commit-version-check} + + case exe{bdep-git-pre-commit-copyright-check} + export $out_root/bdep-util/exe{bdep-git-pre-commit-copyright-check} +} |