Proper vcpkg directory for protobuf (thanks Christsnatcher).

This commit is contained in:
Mr_Goldberg 2020-02-14 15:00:16 -05:00
parent 1e7c3cd7e1
commit 8cdf5cee26
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
@echo off
cd /d "%~dp0"
SET PROTOBUF_X86_DIRECTORY=..\vcpkg\packages\protobuf_x86-windows-static
SET PROTOBUF_X64_DIRECTORY=..\vcpkg\packages\protobuf_x64-windows-static
SET PROTOBUF_X86_DIRECTORY=..\vcpkg\installed\protobuf_x86-windows-static
SET PROTOBUF_X64_DIRECTORY=..\vcpkg\installed\protobuf_x64-windows-static
rem location of protoc in protobuf directories:
SET PROTOC_X86_EXE=%PROTOBUF_X86_DIRECTORY%\tools\protobuf\protoc.exe