mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
SaveState: Add header to other makefiles.
This commit is contained in:
parent
34f6d085a5
commit
2da977bed2
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue