Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
franneck94 committed Jul 15, 2024
1 parent a8bc523 commit af7efbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README_cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ cmake -S .. -B . -G "Visual Studio 16 2019" # Option 1
cmake .. -G "Visual Studio 16 2019" # Option 2
```

## Get the list of Generators

```bash
cmake --help
```

## Specify the Build Type

Per default, the standard type is in most cases the debug type.
Expand Down

0 comments on commit af7efbb

Please sign in to comment.