mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-07 01:28:28 +08:00
9 lines
176 B
C++
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);
|
|
}
|