Skip to content

Commit

Permalink
Add extra notes on working with Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dariosg authored Nov 4, 2022
1 parent 7d2262a commit e4b3680
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 @@ -58,7 +58,8 @@ alternatives such as:

```bash
make VERBOSE=1 # linux/mac OS specific
cmake --build . -- VERBOSE=1 # works on any OS
cmake --build . -v # should work on any OS
cmake --build --target hello # build a single target on Windows OS
```

### Possible Issues
Expand Down

0 comments on commit e4b3680

Please sign in to comment.