ubisoft / Sharpmake

Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.
Apache License 2.0
945 stars 171 forks source link

Add missing CppLanguageStandard.CPP20 for NMake Intellisense helper. #212

Closed mundak closed 2 years ago

mundak commented 2 years ago

This patch adds a missing CPP20 option to the list of converted settings. Without it, whenever a project uses specifically CPP20 standard, it is not properly translated into NMake project, therefore Intellisense (and similar software) doesn't pick it up correctly.

belkiss commented 2 years ago

Merged, thanks! :)