// file : bdep/build.hxx -*- C++ -*- // license : MIT; see accompanying LICENSE file #ifndef BDEP_BUILD_HXX #define BDEP_BUILD_HXX #include #include namespace bdep { // Common "build system command" (update, clean, test) implementation. // template int cmd_build (const O& o, void (*build) (const O&, const shared_ptr&, const cstrings&, const strings&), cli::scanner& args); } #include #endif // BDEP_BUILD_HXX