aboutsummaryrefslogtreecommitdiff
path: root/bpkg/build
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/build')
-rw-r--r--bpkg/build17
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg/build b/bpkg/build
new file mode 100644
index 0000000..cc89599
--- /dev/null
+++ b/bpkg/build
@@ -0,0 +1,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