vcpkg/toolsrc/include/PostBuildLint.h
2017-02-10 14:00:11 -08:00

9 lines
183 B
C++

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