C++ in VS Code Building your Code with CMake (Дата оригинальной публикации: )

Discover the benefits of using a build system for your C code. Follow along to learn how to add the CMake build system to your C project in VS Code. This includes information on how to navigate the CMake Tools Extension, create a file, and use CMake Presets. If you run into any problems, feel free to reach out to us by leaving a comment below or reporting an issue on GitHub: Chapters: 00:00 C Development 00:10 Check out: C in VS Code: A Quick Guide 00:22 What is a Build System 01:03 Examples of Build Systems 01:27 CMake 01:56 Installing the CMake Tools Extension 02:39 Demo - Building C code with CMake 03:10 Step 1 - Create a file 03:25 Demo 05:21 Step 2 - CMake Presets file 06:26 Demo 07:45 Step 3 - Select a build target 07:58 Demo 09:29 Happy Building! Resources: CMake Tools Extension GitHub repo - CMake Tools Extension Docs - CMake Documentation - C in VS Code: A Quick Guide - Connect and subscribe: @vscode
Back to Top