aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.hxx
blob: 341341d9d81fa03397e5d18d40c0d01a9c588ba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : bpkg/pkg-build.hxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_PKG_BUILD_HXX
#define BPKG_PKG_BUILD_HXX

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

#include <bpkg/pkg-build-options.hxx>

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

#endif // BPKG_PKG_BUILD_HXX