Skip to content

Commit 1b92eac

Browse files
authored
Update cmake-projects-in-visual-studio.md
Use repo links - preferred.
1 parent 8f301c8 commit 1b92eac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ You can customize a CMake debugging session by setting properties in the *`launc
134134

135135
### Just My Code for CMake projects
136136

137-
When you build for Windows using the MSVC compiler, CMake projects have support for Just My Code debugging. To change the Just My Code setting, go to **Tools** > **Options** > **Debugging** > **General**. For more information on Just My Code debugging, see [Debug only user code with Just My Code](https://learn.microsoft.com/en-us/visualstudio/debugger/just-my-code).
137+
When you build for Windows using the MSVC compiler, CMake projects have support for Just My Code debugging. To change the Just My Code setting, go to **Tools** > **Options** > **Debugging** > **General**. For more information on Just My Code debugging, see [Debug only user code with Just My Code](/visualstudio/debugger/just-my-code).
138138

139139
### Edit and Continue for CMake projects
140140

141-
When you build for Windows with the MSVC compiler, CMake projects have support for Edit and Continue. Add the following code to your *`CMakeLists.txt`* file to enable Edit and Continue. For more information on Edit and Continue, see [Configure Edit and Continue (C#, VB, C++)](https://learn.microsoft.com/en-us/visualstudio/debugger/how-to-enable-and-disable-edit-and-continue).
141+
When you build for Windows with the MSVC compiler, CMake projects have support for Edit and Continue. Add the following code to your *`CMakeLists.txt`* file to enable Edit and Continue. For more information on Edit and Continue, see [Configure Edit and Continue (C#, VB, C++)](/visualstudio/debugger/how-to-enable-and-disable-edit-and-continue).
142142

143143
```
144144
if(MSVC)
@@ -432,4 +432,4 @@ In Visual Studio 2015, Visual Studio users can use a [CMake generator](https://c
432432
[Deploy, run, and debug your Linux project](../linux/deploy-run-and-debug-your-linux-project.md)\
433433
[CMake predefined configuration reference](cmake-predefined-configuration-reference.md)\
434434
[vcpkg in CMake projects](/vcpkg/users/buildsystems/cmake-integration)\
435-
[Install and use packages with CMake in Visual Studio](/vcpkg/get_started/get-started-vs)
435+
[Install and use packages with CMake in Visual Studio](/vcpkg/get_started/get-started-vs)

0 commit comments

Comments
 (0)