aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/PostBuildLint.h
blob: 0ee47d0c1177f25015ab2733ce29a5299b51bbea (plain)
1
2
3
4
5
6
7
8
9
#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);
}