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); }