Skip to content

Commit

Permalink
add link for VS generator
Browse files Browse the repository at this point in the history
  • Loading branch information
daanx committed Dec 19, 2024
1 parent 3a9c402 commit 7456d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ The examples use the default compiler. If you like to use another, use:
## Cmake with Visual Studio

You can also use cmake on Windows. Open a Visual Studio development prompt
and invoke `cmake` with the right generator and architecture, like:
and invoke `cmake` with the right [generator](https://cmake.org/cmake/help/latest/generator/Visual%20Studio%2017%202022.html)
and architecture, like:
```
> cmake ..\.. -G "Visual Studio 17 2022" -A x64 -DMI_OVERRIDE=ON
```
Expand Down

0 comments on commit 7456d22

Please sign in to comment.