blob: 73c8ec54bd3900ad93f88701f842756fd1febe60 (
plain)
1
2
3
4
5
6
7
8
|
#pragma once
#include "package_spec.h"
#include "vcpkg_paths.h"
namespace vcpkg::PostBuildLint
{
size_t perform_all_checks(const package_spec& spec, const vcpkg_paths& paths);
}
|