Hacker News new | ask | show | jobs
by voltagex_ 4104 days ago
Will this help CMake's ability to generate solution files?
1 comments

Solution files are easy. Project files (I think you meant project files) are not too hard, if all you want to do is build. Integration with Visual Studio is part of the equation, too.
From memory CMake was only producing VS 2010 project files which then had to be fiddled a bit to upgrade them to 2012 - so a version bump would be appreciated.
CMake supports VS2012-2015 natively in the latest releases.