vcpkg/toolsrc/include/vcpkg_Commands_Export.h
Konstantin Podsvirov 68b9c2d8b9 [vcpkg-export-ifw] Separate IFW loop
Separate IFW loop compatible with main export loop
Fixed mistakes in templates
Set current date to ReleaseDate tag
2017-09-28 00:21:26 +03:00

15 lines
333 B
C++

#pragma once
#include "StatusParagraphs.h"
#include "VcpkgCmdArguments.h"
#include "VcpkgPaths.h"
#include "VersionT.h"
#include "vcpkg_Build.h"
#include "vcpkg_Dependencies.h"
#include <array>
namespace vcpkg::Commands::Export
{
void export_integration_files(const fs::path &raw_exported_dir_path, const VcpkgPaths& paths);
}