aboutsummaryrefslogtreecommitdiff
path: root/bpkg/build
blob: cc895993a895f27aafbc2efbc7ab412d8cc5c924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : bpkg/build -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_BUILD
#define BPKG_BUILD

#include <bpkg/types>
#include <bpkg/build-options>

namespace bpkg
{
  void
  build (const build_options&, cli::scanner& args);
}

#endif // BPKG_BUILD