Merge pull request #11050 from shuffle2/spng

spng: define SPNG_STATIC when compiling spng itself
This commit is contained in:
Mai 2022-09-11 05:12:36 -04:00 committed by GitHub
commit 0ab94e3672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>libspng\spng;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>SPNG_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>