mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:29:01 +08:00
9 lines
181 B
C++
9 lines
181 B
C++
#pragma once
|
|
#include "package_spec.h"
|
|
#include "vcpkg_paths.h"
|
|
|
|
namespace vcpkg::PostBuildLint
|
|
{
|
|
void perform_all_checks(const package_spec& spec, const vcpkg_paths& paths);
|
|
}
|