Skip to content

Commit 55321ce

Browse files
committed
fix: Forgot to commit vcxproj that has SAR math files
1 parent bb56707 commit 55321ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

p2sm.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@
297297
<PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
298298
<PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
299299
</ClCompile>
300+
<ClCompile Include="src\utils\math.cpp" />
300301
<ClCompile Include="src\utils\memory.cpp">
301302
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Use</PrecompiledHeader>
302303
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdafx.hpp</PrecompiledHeaderFile>
@@ -408,6 +409,7 @@
408409
<ClInclude Include="src\utils.hpp" />
409410
<ClInclude Include="src\utils\hook.hpp" />
410411
<ClInclude Include="src\utils\loggingsystem.hpp" />
412+
<ClInclude Include="src\utils\math.hpp" />
411413
<ClInclude Include="src\utils\memory.hpp" />
412414
<ClInclude Include="src\utils\platform.hpp" />
413415
<ClInclude Include="src\utils\scanner.hpp" />

0 commit comments

Comments
 (0)