Conversation
|
How about make visual studio use cmake instead? Keeping VS support while making cmake (righfully) the build system |
|
Would this allow the project to be built using MINGW? (Unless the project relies on something that only VS has) |
It does, you just open the project folder with visual studio, I've updated the contributing guide to reflect this. |
Should do although untested |
|
I assume this still allows MSBuild to be used? |
I believe it will run the cmake scripts, either way it works fine on my windows box through VS so hopefully should on everyone elses |
Description
This should also pave the way for builds on other platforms like linux
Changes
Previous Behavior
N/A
Root Cause
N/A
New Behavior
N/A
Fix Implementation
N/A
AI Use Disclosure
AI was used to generate the sources groups file from the filters as I really didnt wanna do that by hand.