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

#ifndef BPKG_PKG_BUILD
#define BPKG_PKG_BUILD

#include <bpkg/types>
#include <bpkg/utility>

#include <bpkg/pkg-build-options>

namespace bpkg
{
  int
  pkg_build (const pkg_build_options&, cli::scanner& args);
}

#endif // BPKG_PKG_BUILD