fn addVcpkgPaths(self: *Compile, linkage: Compile.Linkage) !void
If Vcpkg was found on the system, it will be added to include and lib paths for the specified target.
self: *Compile,
linkage: Compile.Linkage,