Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pit-ray/win-vind
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Feb 16, 2024
2 parents ca8473a + 7b4d815 commit 563afbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@ For more information on default mappings, please visit our [website](https://pit
#### Debug

```bash
$ cmake -B builg -G "Visual Studio 16 2019" .
$ cmake -B build .
$ cmake --build build
$ ./build/Debug/win-vind.exe
```

#### Release

```bash
$ cmake -B build -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 16 2019" .
$ cmake -B build -DCMAKE_BUILD_TYPE=Release .
$ cmake --build build --config Release
$ ./build/Release/win-vind.exe
```
Expand Down

0 comments on commit 563afbb

Please sign in to comment.