updated vmprofiler to the newest, fixed include paths...

merge-requests/1/merge
_xeroxz 3 years ago
parent bb6459174c
commit b49b31dd66

@ -1 +1 @@
Subproject commit a05293ab21c93c024792a8064a8344241b947f81
Subproject commit 05ba2cc84ba94e1d526168ad686fc2e167ad2eab

@ -33,7 +33,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>$(ProjectDir)tools\;$(IncludePath);$(ProjectDir)..\dependencies\vmprofiler\include\</IncludePath>
<IncludePath>$(ProjectDir)..\dependencies\vmprofiler\include\;$(ProjectDir)..\dependencies\vmprofiler\dependencies\zydis\include;$(ProjectDir)..\dependencies\vmprofiler\dependencies\zydis\msvc;$(ProjectDir)..\dependencies\vmprofiler\dependencies\zydis\dependencies\zycore\include;$(ProjectDir)..\dependencies\cli-parser\;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>

Loading…
Cancel
Save