How to support both vcxproj to cmake on a project?

It might be useful, from time to time, to do this type of conversion, say for porting. On my travels I’ve found the following, in no particular order: Specifically for VS to CMake/GYP: vcproj2cmake vcxproj2cmake (not a typo!) gypify.py is a .sln/solution-reading Gyp file generator. Gyp is a Cmake alternative, currently being used by the … Read more