mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-18 03:45:41 +00:00
dep: Add stb_image_resize
This commit is contained in:
parent
97c435a154
commit
cfcdc1c336
|
@ -1,4 +1,7 @@
|
||||||
set(SRCS
|
set(SRCS
|
||||||
|
include/stb_image_resize.h
|
||||||
|
include/stb_image_write.h
|
||||||
|
src/stb_image_resize.c
|
||||||
src/stb_image_write.c
|
src/stb_image_write.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
2631
dep/stb/include/stb_image_resize.h
Normal file
2631
dep/stb/include/stb_image_resize.h
Normal file
File diff suppressed because it is too large
Load diff
2
dep/stb/src/stb_image_resize.c
Normal file
2
dep/stb/src/stb_image_resize.c
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#define STB_IMAGE_RESIZE_IMPLEMENTATION
|
||||||
|
#include "stb_image_resize.h"
|
|
@ -35,9 +35,11 @@
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="src\stb_image_resize.c" />
|
||||||
<ClCompile Include="src\stb_image_write.c" />
|
<ClCompile Include="src\stb_image_write.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClInclude Include="include\stb_image_resize.h" />
|
||||||
<ClInclude Include="include\stb_image_write.h" />
|
<ClInclude Include="include\stb_image_write.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
|
|
|
@ -2,8 +2,10 @@
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="src\stb_image_write.c" />
|
<ClCompile Include="src\stb_image_write.c" />
|
||||||
|
<ClCompile Include="src\stb_image_resize.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="include\stb_image_write.h" />
|
<ClInclude Include="include\stb_image_write.h" />
|
||||||
|
<ClInclude Include="include\stb_image_resize.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in a new issue