# file : build/export.build # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file $out_root/ { include bbot/ } if ($import.target == exe{bbot-agent}) export $out_root/bbot/exe{bbot-agent} elif ($import.target == exe{bbot-worker}) export $out_root/bbot/exe{bbot-worker} else fail "unknown target $import.target"