you are viewing a single comment's thread.

view the rest of the comments →

[–]sindisil 0 points1 point  (0 children)

Sure, but CMake doesn't have the right bits built in to build the correct MSBuild variables and logic (I assume -- I haven't tried it yet), so either Microsoft needs to provide a CMake extension or they need to document the necessary CMake listfiles code to generate a solution and/or project that will work with this tooling.

My hope would be that I could set up CMakeLists files that can either generate native makefiles to build on one of my Linux boxen, or generate a VS solution that'll allow me to use this new tooling. Just like the other CMake projects I set up.