vcpkg/toolsrc/include/post_build_lint.h
Alexander Karatarakis ccca198c1b Initial commit
2016-09-18 20:54:03 -07:00

9 lines
166 B
C++

#pragma once
#include "package_spec.h"
#include "vcpkg_paths.h"
namespace vcpkg
{
void perform_all_checks(const package_spec& spec, const vcpkg_paths& paths);
}