Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Oct 18, 2024
1 parent 0f7902c commit 5e6904a
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 @@ -10,11 +10,11 @@ cmake --build .
```
with CLI examples:
```
cmake -DWITH_CLI_EXAMPLES ..
cmake -DLIBSHV_WITH_CLI_EXAMPLES=ON ..
```
with GUI samples:
```
cmake -DWITH_GUI_EXAMPLES ..
cmake -DLIBSHV_WITH_GUI_EXAMPLES=ON ..
```
## Samples
### Minimal SHV Broker
Expand Down

0 comments on commit 5e6904a

Please sign in to comment.