Skip to content

Commit

Permalink
Including nlohmann natvis in cinder.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfb committed May 2, 2022
1 parent c8098ba commit d71e2f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proj/vc2019/cinder.vcxproj
Expand Up @@ -1399,6 +1399,9 @@
<ClInclude Include="..\..\src\zlib\zlib.h" />
<ClInclude Include="..\..\src\zlib\zutil.h" />
</ItemGroup>
<ItemGroup>
<Natvis Include="nlohmann_json.natvis" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
3 changes: 3 additions & 0 deletions proj/vc2019/cinder.vcxproj.filters
Expand Up @@ -2277,4 +2277,7 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Natvis Include="nlohmann_json.natvis" />
</ItemGroup>
</Project>

0 comments on commit d71e2f7

Please sign in to comment.