mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
fix: solution protobuf linkage
This commit is contained in:
parent
6fd620505a
commit
754fa407f2
1 changed files with 2 additions and 2 deletions
|
|
@ -690,7 +690,7 @@
|
|||
</Target>
|
||||
<PropertyGroup Condition="'$(RunProtoCompile)'=='true'">
|
||||
<ProtocPath>$(ProjectDir)vcpkg_installed\$(VcpkgTriplet)\tools\protobuf\protoc</ProtocPath>
|
||||
<ProtoPath>..\$(SourcePath)\protobuf</ProtoPath>
|
||||
<ProtoPath>$(SourcePath)protobuf</ProtoPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(RunProtoCompile)'=='false'">
|
||||
<ProtocPath>$(ProjectDir)vcpkg_installed\$(VcpkgTriplet)\tools\protobuf\protoc</ProtocPath>
|
||||
|
|
@ -716,4 +716,4 @@
|
|||
<ImportGroup Label="ExtensionTargets">
|
||||
<Import Project="$(VcpkgRoot)\scripts\buildsystems\msbuild\vcpkg.targets" Condition="Exists('$(VcpkgRoot)\scripts\buildsystems\msbuild\vcpkg.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue