Skip to content

Commit

Permalink
Add new header to Visual Studio as well
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostKiwi committed Jun 15, 2023
1 parent c4d4c48 commit a7cda7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions win/cglm.vcxproj
Expand Up @@ -184,6 +184,7 @@
<ClInclude Include="..\include\cglm\struct.h" />
<ClInclude Include="..\include\cglm\struct\affine-post.h" />
<ClInclude Include="..\include\cglm\struct\affine-pre.h" />
<ClInclude Include="..\include\cglm\struct\affine-mat.h" />
<ClInclude Include="..\include\cglm\struct\affine.h" />
<ClInclude Include="..\include\cglm\struct\affine2d.h" />
<ClInclude Include="..\include\cglm\struct\box.h" />
Expand Down
3 changes: 3 additions & 0 deletions win/cglm.vcxproj.filters
Expand Up @@ -603,5 +603,8 @@
<ClInclude Include="..\include\cglm\struct\affine-pre.h">
<Filter>include\cglm\struct</Filter>
</ClInclude>
<ClInclude Include="..\include\cglm\struct\affine-mat.h">
<Filter>include\cglm\struct</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit a7cda7f

Please sign in to comment.