diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-03-04 21:36:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 21:36:02 +0100 |
commit | 817c2f2ba664e264349d84b0f6092679a8a647ab (patch) | |
tree | f94d0e19f7db378dc42109381a8f2be330196670 /azure-pipelines.yml | |
parent | d4a3ba51c7c062fc5a96774c2591ea3baa24cd38 (diff) | |
download | ATCD-817c2f2ba664e264349d84b0f6092679a8a647ab.tar.gz |
Add vcpkg root
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fae0dca584b..ace230af8dd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,6 +42,7 @@ jobs: vcpkgarch: x86-windows vcpkglibdir: lib variables: + VCPKG_ROOT: C:\vcpkg XERCESC_INCDIR: $(VCPKG_ROOT)\installed\$(vcpkgarch)\include XERCESC_LIBDIR: $(VCPKG_ROOT)\installed\$(vcpkglibdir) SSL_INCDIR: $(VCPKG_ROOT)\installed\$(vcpkgarch)\include |