aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 14:55:37 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 15:08:05 -0800
commitff222fac454449b2fc108bf5271e1823db54d3da (patch)
treee2d2177ca4ac5ca8019a47683e6412af2e3d4066 /toolsrc/include
parent1c3335ed66597e90a1f0b2c393522a28bff1f400 (diff)
downloadvcpkg-ff222fac454449b2fc108bf5271e1823db54d3da.tar.gz
vcpkg-ff222fac454449b2fc108bf5271e1823db54d3da.zip
[build_command] Extract function for calculations after Input processing
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h
index 5c643d017..7956cdab8 100644
--- a/toolsrc/include/vcpkg_Commands.h
+++ b/toolsrc/include/vcpkg_Commands.h
@@ -29,6 +29,7 @@ namespace vcpkg::Commands
std::string create_user_troubleshooting_message(const package_spec& spec);
BuildResult build_package(const SourceParagraph& source_paragraph, const package_spec& spec, const vcpkg_paths& paths, const fs::path& port_dir, const StatusParagraphs& status_db);
+ void perform_and_exit(const package_spec& spec, const fs::path& port_dir, const std::unordered_set<std::string>& options, const vcpkg_paths& paths);
void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths, const triplet& default_target_triplet);
}