Showing results for CMake - C++ Team Blog

Dec 20, 2016
0
0

CMake support in Visual Studio 2017 – what’s new in the RC.2 update

Marian Luparu
Marian Luparu

In case you missed the latest Visual Studio news, there is a new update for Visual Studio 2017 RC available. You can either upgrade your existing installation or, if you’re starting fresh, install it from the Visual Studio 2017 RC download page. This release comes with several enhancements in Visual Studio’s CMake experience that further simplify t...

AnnouncementCMake
Nov 16, 2016
0
0

CMake support in Visual Studio – the Visual Studio 2017 RC update

Marian Luparu
Marian Luparu

Visual Studio 2017 RC is an important release when it comes to its support for CMake. The "Tools for CMake" VS component is now ready for public preview and we’d like to invite all of you to bring your CMake projects into VS and give us feedback on your experience. For an overview of the general Visual Studio CMake experience, head over to the ann...

AnnouncementCMake
Oct 5, 2016
1
0

CMake support in Visual Studio

Marian Luparu
Marian Luparu

⏱ Updated on October 5, 2017 with the latest functionality included with Visual Studio 2017 15.4 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 o...

AnnouncementCMakeNew User
Feb 29, 2016
0
0

Developing C++ cross-platform projects with CMake?

Eric Battalio
Eric Battalio

Do you develop cross-platform C++ applications or libraries? In this short survey, the Microsoft Visual Studio team would like to learn more about your current edit-build-debug experience. This survey will help us understand your needs and preferences when doing C++ development using CMake (or any other cross-platform tools). Your feedback is impor...

C++
Dec 15, 2015
0
0

Support for Android CMake projects in Visual Studio

Ion Todirel
Ion Todirel

CMake is a cross-platform project generator that enables reuse of shared C++ code across multiple IDE and project systems. We made a change to CMake to support our Android toolchain in Visual Studio. With this change, you can take your existing CMake project targetting Android, and with minimal modifications, you can have it open in Visual Studio,...

C++