aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Commands_Export.h
blob: 6e698c1b4d571a0c43c6863976c138183fdfb827 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "VcpkgPaths.h"

namespace vcpkg::Commands::Export
{
    void export_integration_files(const fs::path& raw_exported_dir_path, const VcpkgPaths& paths);
}