diff options
Diffstat (limited to 'toolsrc/include/PostBuildLint.h')
| -rw-r--r-- | toolsrc/include/PostBuildLint.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolsrc/include/PostBuildLint.h b/toolsrc/include/PostBuildLint.h new file mode 100644 index 000000000..215a237aa --- /dev/null +++ b/toolsrc/include/PostBuildLint.h @@ -0,0 +1,8 @@ +#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); +} |
