Skip to content

Commit

Permalink
docs/faq.md: fix cmake docs link + link to "Professional Cmake" (#2679)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-fong authored Aug 9, 2022
1 parent dc820d7 commit 9e55a05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Improvements:
- Triggering reconfigure after changes are made to included files. [#2526](https://github.com/microsoft/vscode-cmake-tools/issues/2526) [@chausner](https://github.com/chausner)
- Support for presets version 4. [#2492](https://github.com/microsoft/vscode-cmake-tools/issues/2492) [@chausner](https://github.com/chausner)
- Add target name to terminal window name for launch. [#2613](https://github.com/microsoft/vscode-cmake-tools/issues/2613)
- Add Craig Scott's "Professional CMake" book to the list of resources in doc/faq.md for learning CMake. [#2679](https://github.com/microsoft/vscode-cmake-tools/pull/2679) [@david-fong](https://github.com/david-fong)

Bug Fixes:
- Set the working directory for the file api driver. [#2569](https://github.com/microsoft/vscode-cmake-tools/issues/2569)
Expand Down
7 changes: 5 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ CMake Tools was created separately from the [CMake extension](https://marketplac

## How do I learn about CMake?

CMake Tools is not the same as CMake. There are many great resources around to learn how to use CMake. See Jason Turner's [C++ Weekly - Intro to CMake](https://www.youtube.com/watch?v=HPMvU64RUTY) for a good video introduction.
CMake Tools is not the same as CMake. There are many great resources around to learn how to use CMake.

[CMake's documentation](https://marketplace.visualstudio.com/items?itemName=twxs.cmake) is also available.
- Jason Turner's [C++ Weekly - Intro to CMake](https://www.youtube.com/watch?v=HPMvU64RUTY) is a good introduction.
- [CMake's documentation](https://cmake.org/cmake/help/latest/)
- [CMake's "Mastering CMake" book](https://cmake.org/cmake/help/book/mastering-cmake/)
- ["Professional CMake"](https://crascit.com/professional-cmake/)- a $30 book by Craig Scott (one of the maintainers of CMake).

## How does CMake Tools work with C and C++ IntelliSense?

Expand Down

0 comments on commit 9e55a05

Please sign in to comment.