Skip to content

Commit

Permalink
Update cmake-settings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrow authored Nov 9, 2020
1 parent d01d136 commit 729a749
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/cmake-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ Supported commands for substitution:
|`cmake.buildTargetName`|The current target selected for build.|
|`cmake.buildType`|Same as `${buildType}`. The current CMake build type.|
|`cmake.buildKit`|Same as `${buildKit}`. The current CMake kit name.|
|`cmake.buildDirectory`|The full path to the directory where CMake cache files are located|
|`cmake.buildDirectory`|The full path to the directory where CMake cache files are located.|
|`cmake.tasksBuildCommand`|The CMake command used to build your project based on the currently selected Kit + Variant + Target. Suitable for use within `tasks.json`.|

## Next steps

- Learn about [user vs. workspace settings](https://code.visualstudio.com/docs/getstarted/settings)
- [Get started with CMake Tools on Linux](https://code.visualstudio.com/docs/cpp/cmake-linux)
- Review [How CMake Tools builds](build.md#how-cmake-tools-builds)
- Explore the [CMake Tools documentation](README.md)
- Explore the [CMake Tools documentation](README.md)

0 comments on commit 729a749

Please sign in to comment.