Skip to content

Commit

Permalink
Added info onhow to set build type in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis authored Feb 15, 2024
1 parent ef63a35 commit 4fd56df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// Controls how suggestions are pre-selected when showing the suggest list
"editor.suggestSelection": "recentlyUsed",
// Enable word based suggestions
"editor.wordBasedSuggestions": true,
"editor.wordBasedSuggestions": "matchingDocuments",
// Enable parameter hints
"editor.parameterHints.enabled": true,
"files.associations": {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ The path to the vspkg build script (_E:\vcpkg\scripts\buildsystems.._) is obviou
Now use

```bash
cmake --build .
cmake --build . --config Release
```

to build the dynamic library. An alternative is to use
to build the dynamic library (Relase or Debug). An alternative is to use

```bash
msbuild libvscphelper.sln /p:Configuration=Release
Expand Down

0 comments on commit 4fd56df

Please sign in to comment.