aboutsummaryrefslogtreecommitdiff
path: root/build/export.build
blob: 54f91e888093353c73bad64961f24579aab7dbeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}
}