CMake Generator for Visual Studio Linux cross-platform
问题 I want to generate a Visual Studio Solution for a cross-platform Linux Project from a CMake Project. The Visual Studio 2017 cross-platform workload works nicely, especially when it comes to debugging. I use it to target the WSL. Now I have an existing Linux CMake project that I want to develop on Windows and Visual Studio and build it on WSL. I just don't seem to see a way of generating an appropriate Solution for Visual Studio. Can anyone enlighten me? 回答1: There were already some queries to