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

9 lines
181 B
C++

#pragma once
#include "PackageSpec.h"
#include "vcpkg_paths.h"
namespace vcpkg::PostBuildLint
{
size_t perform_all_checks(const PackageSpec& spec, const vcpkg_paths& paths);
}