2019-04-13 16:21:56 +00:00
|
|
|
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
|
2019-04-13 16:51:54 +00:00
|
|
|
|
|
|
|
if exist "%PROTOBUF_X64_DIRECTORY%\lib\libprotobuf-lite.lib" (
|
|
|
|
SET PROTOBUF_LIBRARY=\lib\libprotobuf-lite.lib
|
|
|
|
) else (
|
|
|
|
SET PROTOBUF_LIBRARY=\lib\libprotobuf.lib
|
|
|
|
)
|