8000 Update build.md · Z80coder/datalog-cpp@de54c8f · GitHub
[go: up one dir, main page]

Skip to content

Commit de54c8f

Browse files
authored
Update build.md
1 parent 7ec4bf6 commit de54c8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/build.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ cd build
99
cmake ../src
1010
make
1111
```
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+
1218
# Building directly with CMake in Visual Studio 2019
1319
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.
1420

0 commit comments

Comments
 (0)
0