mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 13:01:48 +08:00
9 lines
166 B
C
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);
|
||
|
}
|