mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Fix building on latest vspkg protobuf package.
This commit is contained in:
parent
06b0d1c67f
commit
320063c339
5 changed files with 13 additions and 7 deletions
|
|
@ -2,3 +2,9 @@ SET PROTOBUF_X86_DIRECTORY=..\vcpkg\packages\protobuf_x86-windows-static
|
|||
SET PROTOBUF_X64_DIRECTORY=..\vcpkg\packages\protobuf_x64-windows-static
|
||||
rem location of protoc in protobuf directories:
|
||||
SET PROTOC_DIRECTORY=\tools\protobuf\protoc.exe
|
||||
|
||||
if exist "%PROTOBUF_X64_DIRECTORY%\lib\libprotobuf-lite.lib" (
|
||||
SET PROTOBUF_LIBRARY=\lib\libprotobuf-lite.lib
|
||||
) else (
|
||||
SET PROTOBUF_LIBRARY=\lib\libprotobuf.lib
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue