Skip to content

Commit

Permalink
Fix naett UWP build
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jul 20, 2023
1 parent 3f763f0 commit 9c3b9a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UWP/CommonUWP/CommonUWP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@
<ClInclude Include="..\..\ext\libpng17\pnglibconf.h" />
<ClInclude Include="..\..\ext\libpng17\pngpriv.h" />
<ClInclude Include="..\..\ext\libpng17\pngstruct.h" />
<ClInclude Include="..\..\ext\naett\naett.h" />
<ClInclude Include="targetver.h" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -402,6 +403,7 @@
<ClCompile Include="..\..\ext\libpng17\pngwrite.c" />
<ClCompile Include="..\..\ext\libpng17\pngwtran.c" />
<ClCompile Include="..\..\ext\libpng17\pngwutil.c" />
<ClCompile Include="..\..\ext\naett\naett.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\ext\basis_universal\basisu_transcoder_tables_astc.inc" />
Expand Down
9 changes: 9 additions & 0 deletions UWP/CommonUWP/CommonUWP.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
<Filter Include="ext\basis_universal">
<UniqueIdentifier>{8b92cc15-8e3e-45b1-ba80-ad39b1a9cdc8}</UniqueIdentifier>
</Filter>
<Filter Include="ext\naett">
<UniqueIdentifier>{403c3154-5e8a-4da1-ba82-8f69bef25e14}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\Common\ABI.cpp" />
Expand Down Expand Up @@ -450,6 +453,9 @@
<ClCompile Include="..\..\Common\Net\HTTPNaettRequest.cpp">
<Filter>Net</Filter>
</ClCompile>
<ClCompile Include="..\..\ext\naett\naett.c">
<Filter>ext\naett</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="targetver.h" />
Expand Down Expand Up @@ -853,6 +859,9 @@
<ClInclude Include="..\..\Common\Net\HTTPNaettRequest.h">
<Filter>Net</Filter>
</ClInclude>
<ClInclude Include="..\..\ext\naett\naett.h">
<Filter>ext\naett</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\Common\Math\fast\fast_matrix_neon.S">
Expand Down

0 comments on commit 9c3b9a2

Please sign in to comment.