aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-01-12 17:03:21 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-01-12 17:43:04 -0800
commit6a4ec92a90849e7cc343bbc8673ce0f063ffd939 (patch)
tree7a2090ab904550aefe464b5c2d7f9116a8fa7711 /toolsrc/include
parent9072f51d746b857dfda19844cc773181d6d42382 (diff)
downloadvcpkg-6a4ec92a90849e7cc343bbc8673ce0f063ffd939.tar.gz
vcpkg-6a4ec92a90849e7cc343bbc8673ce0f063ffd939.zip
Place build & build_external commands into separate files
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Commands.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h
index fd427fd40..213d31ada 100644
--- a/toolsrc/include/vcpkg_Commands.h
+++ b/toolsrc/include/vcpkg_Commands.h
@@ -5,6 +5,12 @@
namespace vcpkg
{
+ //
+ namespace Commands::details
+ {
+ void build_internal(const SourceParagraph& source_paragraph, const package_spec& spec, const vcpkg_paths& paths, const fs::path& port_dir);
+ }
+
extern const char*const INTEGRATE_COMMAND_HELPSTRING;
void print_usage();