mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 20:49:48 +08:00
10 lines
240 B
C++
10 lines
240 B
C++
#pragma once
|
|
#include "PackageSpec.h"
|
|
#include "VcpkgPaths.h"
|
|
#include "vcpkg_Build.h"
|
|
|
|
namespace vcpkg::PostBuildLint
|
|
{
|
|
size_t perform_all_checks(const PackageSpec& spec, const VcpkgPaths& paths, const Build::BuildInfo& build_info);
|
|
}
|