Skip to content

Commit

Permalink
set property VcpkgEnabled=true explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
vividos committed May 14, 2023
1 parent 453fa43 commit 3eeb82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/winlame-Debug.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Label="Vcpkg">
<VcpkgEnabled>true</VcpkgEnabled>
<VcpkgEnableManifest>true</VcpkgEnableManifest>
<VcpkgAdditionalInstallOptions>--no-print-usage</VcpkgAdditionalInstallOptions>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions source/winlame-Release.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Label="Vcpkg">
<VcpkgEnabled>true</VcpkgEnabled>
<VcpkgEnableManifest>true</VcpkgEnableManifest>
<VcpkgAdditionalInstallOptions>--no-print-usage</VcpkgAdditionalInstallOptions>
</PropertyGroup>
Expand Down

0 comments on commit 3eeb82b

Please sign in to comment.