vscode-cmake-tools/docs
Elaheh Rashedi 85cbaffb1e
update docs on cmake.mingwSearchDirs (#2998)
2023-02-13 14:01:34 -08:00
..
images Update kits documentation (#2772) 2022-10-06 09:34:46 -07:00
README.md Fixing broken links to contributing file (#2016) 2021-07-26 11:56:44 -07:00
build.md add docs for CMake build task (#2459) 2022-04-04 22:57:57 +00:00
cmake-presets.md Update cmake-presets.md 2022-10-06 12:47:37 -07:00
cmake-settings.md update docs on cmake.mingwSearchDirs (#2998) 2023-02-13 14:01:34 -08:00
configure.md Correct wording to reflect actual text (#2334) 2022-01-20 08:16:41 -08:00
debug-launch.md Added an example for msvc (#2560) 2022-05-25 09:44:17 -07:00
faq.md docs/faq.md: fix cmake docs link + link to "Professional Cmake" (#2679) 2022-08-09 08:33:12 -07:00
how-to.md Consolidate CMake Tools documentation (#1324) 2020-06-26 15:45:34 -07:00
kits.md Add an optional description field to cmake-kits.json file (#2944) 2023-01-19 10:35:46 -08:00
pull_request_template.md Tweak issue/PR templates 2018-09-21 23:03:58 -06:00
tasks.md update Docs on Clean and Install task (#2717) 2022-08-30 19:29:28 +00:00
troubleshoot.md point 'develop' references to 'main' instead (#2217) 2021-10-29 15:04:10 -07:00
variants.md fixed small typo in variant docs example code (#2760) 2022-10-04 00:29:35 +00:00

README.md

CMake Tools for Visual Studio Code documentation

CMake Tools is an extension designed to make it easy to work with CMake-based projects.

If you are new, try the CMake Tools quick start and see the frequently asked questions.

How to

Kits

Configure

Variants

Build

Debug and launch

Configure CMake Tools settings

Use CMakePresets

Troubleshoot CMake Tools

Frequently asked questions

How to contribute