Skip to content

Commit 5e720ec

Browse files
author
Luke
authored
fix code block for vcpkg-configuration.json
1 parent 49595bd commit 5e720ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ After downloading it to a folder you've configured CMake to look for targets in,
411411
## vcpkg
412412

413413
Our SDK integrates with vcpkg by providing itself and a few dependencies through a git registry. To include it in your vcpkg manifest, create a `vcpkg-configuration.json` in your root directory.
414-
414+
```
415415
{
416416
"registries":
417417
[
@@ -424,7 +424,7 @@ Our SDK integrates with vcpkg by providing itself and a few dependencies through
424424
}
425425
]
426426
}
427-
427+
```
428428
Then you can add it as you would any other vcpkg port in your `vcpkg.json`:
429429
```
430430
"dependencies": [

0 commit comments

Comments
 (0)