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