2016-09-19 11:50:08 +08:00
|
|
|
#pragma once
|
|
|
|
#include "package_spec.h"
|
|
|
|
#include "vcpkg_paths.h"
|
|
|
|
|
2017-01-06 06:14:11 +08:00
|
|
|
namespace vcpkg::PostBuildLint
|
2016-09-19 11:50:08 +08:00
|
|
|
{
|
|
|
|
void perform_all_checks(const package_spec& spec, const vcpkg_paths& paths);
|
2017-01-06 06:14:11 +08:00
|
|
|
}
|