Skip to content

Commit

Permalink
Add reference to FGLog.cpp to JSBSimForUnreal.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcleod committed Jul 3, 2024
1 parent affa85a commit ca8d4a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JSBSimForUnreal.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ exit/B %errlev%</Command>
<ClInclude Include="src\initialization\FGLinearization.h" />
<ClInclude Include="src\input_output\FGInputSocket.h" />
<ClInclude Include="src\input_output\FGInputType.h" />
<ClInclude Include="src\input_output\FGLog.h" />
<ClInclude Include="src\input_output\fgmodelloader.h" />
<ClInclude Include="src\input_output\fgoutputfg.h" />
<ClInclude Include="src\input_output\fgoutputfile.h" />
Expand Down Expand Up @@ -283,6 +284,7 @@ exit/B %errlev%</Command>
<ClCompile Include="src\initialization\FGLinearization.cpp" />
<ClCompile Include="src\input_output\FGInputSocket.cpp" />
<ClCompile Include="src\input_output\FGInputType.cpp" />
<ClCompile Include="src\input_output\FGLog.cpp" />
<ClCompile Include="src\input_output\FGModelLoader.cpp" />
<ClCompile Include="src\input_output\FGOutputFG.cpp" />
<ClCompile Include="src\input_output\FGOutputFile.cpp" />
Expand Down

0 comments on commit ca8d4a5

Please sign in to comment.