Skip to content

Commit 3b67b3a

Browse files
authored
Update cmake-projects-in-visual-studio.md
1 parent c1e2f8c commit 3b67b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/cmake-projects-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Once CMake cache generation has succeeded, you can also view your projects organ
5353

5454
You can also switch views by right-clicking on any file or folder in your Solution Explorer and selecting **Switch to CMake Targets View**.
5555

56-
![A screenshot of right-clicking a file or folder in the Solution explorer. The context menu item to Switch to CMake Targets View is visible](media/cmake-projects-in-visual-studio/screenshot-2023-07-14-153155.png)
56+
![A screenshot of right-clicking a file or folder in the Solution explorer. The context menu item to Switch to CMake Targets View is visible](media/visual-studio-switch-cmake-targets-view.png)
5757

5858
Choose the **Show All Files** button at the top of **Solution Explorer** to see all the CMake-generated output in the *`out/build/<config>`* folders.
5959

@@ -447,4 +447,4 @@ In Visual Studio 2015, Visual Studio users can use a [CMake generator](https://c
447447
- [Deploy, run, and debug your Linux project](../linux/deploy-run-and-debug-your-linux-project.md)
448448
- [CMake predefined configuration reference](cmake-predefined-configuration-reference.md)
449449
- [vcpkg in CMake projects](/vcpkg/users/buildsystems/cmake-integration)
450-
- [Install and use packages with CMake in Visual Studio](/vcpkg/get_started/get-started-vs)
450+
- [Install and use packages with CMake in Visual Studio](/vcpkg/get_started/get-started-vs)

0 commit comments

Comments
 (0)