# file      : build/export.build
# license   : MIT; see accompanying LICENSE file

$out_root/
{
  include bbot/
}

switch $import.target
{
  case exe{bbot-agent}
    export $out_root/bbot/exe{bbot-agent}

  case exe{bbot-worker}
    export $out_root/bbot/exe{bbot-worker}
}