Showing category results for CMake

Jun 15, 2022
Post comments count0
Post likes count0

What’s New in CMake for VS Code

Sinem Akinci
Sinem Akinci

The latest version of CMake tools is now available for download in the VS Code Marketplace or using the .vsix file. We have been working hard on improving the CMake experience and are excited to share some new features and improvements for users starting in version 1.11.  ‘CMake’ task provider updates  We have added more options to the build task...

C++CMakeVisual Studio Code
Mar 16, 2022
Post comments count2
Post likes count0

Visual Studio for remote macOS C++ development

Sinem Akinci
Sinem Akinci

The latest preview version of Visual Studio is now available to download. In this latest release, users wishing to develop cross platform C++ applications for macOS can now make use of Visual Studio’s Linux tools with CMake to target the Mac. There is some setup required on the Mac side to enable the support, but then the Mac is treated just as any...

C++CMake
Nov 18, 2021
Post comments count5
Post likes count1

What’s new for C++ cross-platform developers in Visual Studio 2022

Erika Sweet
Erika Sweet

Visual Studio 2022 is available now! Check out the video below to learn what’s new for C++ developers who are building for more than just Windows, or who are developing with an eye to open source. This video covers:  Contact us Have questions or comments about Visual Studio 2022? Want to share feedback with our tea...

C++AnnouncementCMake
Jul 14, 2021
Post comments count0
Post likes count1

Build and Debug C++ with WSL 2 Distributions and Visual Studio 2022

Erika Sweet
Erika Sweet

Visual Studio 2022 introduces a native WSL 2 toolset for C++ development. This toolset is available now in Visual Studio 2022 version 17.0 Preview 2. WSL 2 is the new, recommended version of the Windows Subsystem for Linux (WSL) architecture that provides better Linux file system performance, GUI support, and full system call compatibility. Visua...

C++AnnouncementCMake
May 27, 2021
Post comments count1
Post likes count0

Preview of using CMake Presets for Azure Sphere development

Marc Goodner
Marc Goodner

We are happy to announce that CMake Presets preview support is available in the Visual Studio 16.10 release as well as CMake Tools version 1.7 for Visual Studio Code. Erika introduced CMake Presets and why you should use them, this post will focus on how they can be used for Azure Sphere development across Visual Studio, VS Code, and GitHub Acti...

AnnouncementCMakeContainers
Apr 20, 2021
Post comments count15
Post likes count0

CMake Presets integration in Visual Studio and Visual Studio Code

Erika Sweet
Erika Sweet

CMakePresets.json was released in CMake 3.19 and 3.20 and allows users to specify common configure, build, and test options and share them with others. We have added support for CMakePresets.json in Visual Studio and the CMake Tools extension for Visual Studio Code. You can now invoke CMake with the same CMakePresets.json file in Visual Studio, in ...

C++AnnouncementCMake
Feb 26, 2021
Post comments count2
Post likes count0

Remote Debug Support in Visual Studio 2019

Lisbeth Cardoso Guerra
Lisbeth Cardoso Guerra

Visual Studio 2019 offers remote debug support for MSBuild and CMake projects targeting Windows and Linux. Thanks to remote debugging, our customers can target a wider, more diverse range of scenarios. We offer the flexibility to customize your deployment and automatically copy any dependencies needed to the target machine.

C++CMakeLinux
Jan 21, 2021
Post comments count0
Post likes count0

Windows ARM64 support for CMake projects in Visual Studio

Erika Sweet
Erika Sweet

In Visual Studio 2019 version 16.9 Preview 3 we added support for deploying CMake projects to a remote Windows machine and debugging them with the Visual Studio remote tools. CMake developers targeting ARM64 Windows can now cross-compile (with cl or clang-cl), deploy, and debug their projects directly from Visual Studio. You can download and instal...

AnnouncementC++CMake
Jan 14, 2021
Post comments count2
Post likes count0

C++ with Visual Studio and WSL2

Erika Sweet
Erika Sweet

Our team released native support for C++ with the Windows Subsystem for Linux (WSL) in Visual Studio in 2019. “Native support” means that all commands are executed locally instead of over a SSH connection. Since then, WSL2 has been announced and we’ve received questions about our support for WSL2 in Visual Studio. The purpose of this blog post is t...

CMakeLinuxSurvey
Jun 2, 2020
Post comments count7
Post likes count0

Linux development with Visual Studio: first-class support for gdbserver, improved build times with Ninja, and updates to the Connection Manager

Erika Sweet
Erika Sweet

With Visual Studio 2019 you can build and debug C++ projects on a remote Linux system or the Windows Subsystem for Linux (WSL). You can get started with Linux development in Visual Studio using MSBuild-based Linux projects or our native support for CMake. CMake lets you use the same source code and build scripts to target multiple platforms and is ...

C++CMakeLinux