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

#ifndef BPKG_PKG_CONFIGURE
#define BPKG_PKG_CONFIGURE

#include <bpkg/types>
#include <bpkg/pkg-configure-options>

namespace bpkg
{
  void
  pkg_configure (const pkg_configure_options&, cli::scanner& args);
}

#endif // BPKG_PKG_CONFIGURE