CMake support in Visual Studio

Visual Studio 2017 introduces built-in support for handling CMake projects. This makes it a lot simpler to develop C++ projects built with CMake without the need to generate VS projects and solutions from the command line. This post gives you an overview of the CMake support, how to easily get started and stay productive in Visual Studio.

https://devblogs.microsoft.com/cppblog/cmake-support-in-visual-studio/

猜你喜欢

转载自www.cnblogs.com/jiu0821/p/10788912.html
今日推荐