mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 16:09:01 +08:00
13 lines
342 B
C++
13 lines
342 B
C++
#pragma once
|
|
|
|
#include <vcpkg/vcpkgpaths.h>
|
|
|
|
namespace vcpkg::Export
|
|
{
|
|
extern const CommandStructure COMMAND_STRUCTURE;
|
|
|
|
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths, const Triplet& default_triplet);
|
|
|
|
void export_integration_files(const fs::path& raw_exported_dir_path, const VcpkgPaths& paths);
|
|
}
|