Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
<fix> small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holit committed Jun 5, 2023
1 parent 399e62f commit 3ef401d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions openglDemo.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<ClCompile Include="src\main.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
<None Include="src\generate_vetx_norm.py" />
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions openglDemo.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
<None Include="src\generate_vetx_norm.py">
<Filter>源文件</Filter>
</None>
<None Include="README.md">
<Filter>源文件</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Dependencies\imgui\backends\imgui_impl_glfw.h">
Expand Down

0 comments on commit 3ef401d

Please sign in to comment.