// 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 #include namespace bpkg { int build (const build_options&, cli::scanner& args); } #endif // BPKG_BUILD