SaveState: Add header to other makefiles.

This commit is contained in:
Unknown W. Brackets 2020-08-10 04:22:28 +00:00
parent 34f6d085a5
commit 2da977bed2
3 changed files with 3 additions and 0 deletions

View file

@ -418,6 +418,7 @@ add_library(Common STATIC
Common/ColorConv.h
Common/ChunkFile.cpp
Common/ChunkFile.h
Common/ChunkFileDo.h
Common/ConsoleListener.cpp
Common/ConsoleListener.h
Common/Crypto/md5.cpp

View file

@ -385,6 +385,7 @@
<ClInclude Include="..\..\Common\ArmEmitter.h" />
<ClInclude Include="..\..\Common\BitSet.h" />
<ClInclude Include="..\..\Common\ChunkFile.h" />
<ClInclude Include="..\..\Common\ChunkFileDo.h" />
<ClInclude Include="..\..\Common\CodeBlock.h" />
<ClInclude Include="..\..\Common\ColorConv.h" />
<ClInclude Include="..\..\Common\ColorConvNEON.h" />

View file

@ -56,6 +56,7 @@
<ClInclude Include="..\..\Common\ArmEmitter.h" />
<ClInclude Include="..\..\Common\BitSet.h" />
<ClInclude Include="..\..\Common\ChunkFile.h" />
<ClInclude Include="..\..\Common\ChunkFileDo.h" />
<ClInclude Include="..\..\Common\CodeBlock.h" />
<ClInclude Include="..\..\Common\ColorConv.h" />
<ClInclude Include="..\..\Common\ColorConvNEON.h" />