mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 03:29:01 +08:00
9 lines
179 B
C++
9 lines
179 B
C++
#pragma once
|
|
#include "PackageSpec.h"
|
|
#include "VcpkgPaths.h"
|
|
|
|
namespace vcpkg::PostBuildLint
|
|
{
|
|
size_t perform_all_checks(const PackageSpec& spec, const VcpkgPaths& paths);
|
|
}
|