You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ cd build
9
9
cmake ../src
10
10
make
11
11
```
12
+
# Building directly with CMake in Visual Studio Code
13
+
14
+
Add the C/C++ extension for Visual Studio Code for IntelliSense configuration: in the IDE press `CTRL-P` and then paste the command `ext install ms-vscode.cpptools`.
15
+
16
+
Typping `CTRL-SHIFT-B` in the IDE will automatically build the proejct.
17
+
12
18
# Building directly with CMake in Visual Studio 2019
13
19
Visual Studio 2019 supports using CMake to manage the build directly by selecting File -> Open -> Cmake... and opening `src/CMakeLists.txt`. Then Visual Studio's normal build shortcuts will update the CMake configuration as well as building the project.
0 commit comments