Add dependency

This commit is contained in:
2026-03-13 16:01:26 +01:00
parent 22847fec01
commit c169118a5c

View File

@@ -137,7 +137,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>MY_VERBOSE_LOGS;ZYDIS_STATIC_BUILD</PreprocessorDefinitions>
<PreprocessorDefinitions>ZYDIS_STATIC_BUILD</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>
@@ -228,7 +228,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>MY_VERBOSE_LOGS;ZYDIS_STATIC_BUILD</PreprocessorDefinitions>
<PreprocessorDefinitions>ZYDIS_STATIC_BUILD</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>
@@ -328,6 +328,7 @@
<ClCompile Include="..\libs\Memory\Memory.cpp" />
<ClCompile Include="..\libs\UEngine\UEngine.cpp" />
<ClCompile Include="..\libs\UEngine\UETools.cpp" />
<ClCompile Include="..\libs\UEngine\UEWidgets.cpp" />
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="SDK\AbstractCharacter_functions.cpp" />
<ClCompile Include="SDK\AIModule_functions.cpp" />