Browse Source

corrected visualstudio project (#5375)

pull/5376/head
Robin ❤️ 4 days ago
committed by GitHub
parent
commit
6a048b7afe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      projects/VS2022/examples/shapes_triangle_strip.vcxproj

+ 1
- 1
projects/VS2022/examples/shapes_triangle_strip.vcxproj View File

@ -553,7 +553,7 @@
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\examples\shapes\shapes_vector_angle.c" />
<ClCompile Include="..\..\..\examples\shapes\shapes_triangle_strip.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\examples\examples.rc" />

Loading…
Cancel
Save