1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-05-11 15:00:08 +00:00

Use code line formatting on a cmake command

Mat M 2018-01-18 11:56:52 -05:00
parent 7c0c0fb9d0
commit d3aad66d1a

@ -48,7 +48,8 @@ cmake ../
make
sudo make install
```
Optionally, you can use "cmake -i .." to adjust various options (e.g. disable the Qt GUI).
Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable the Qt GUI).
**Using clang:**