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