vcpkg/toolsrc/include/PostBuildLint.h
2017-04-04 16:44:46 -07:00

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