vcpkg/toolsrc/include/vcpkg_Commands_Export.h
2017-10-04 15:58:05 -07:00

9 lines
176 B
C++

#pragma once
#include "VcpkgPaths.h"
namespace vcpkg::Commands::Export
{
void export_integration_files(const fs::path& raw_exported_dir_path, const VcpkgPaths& paths);
}