1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-05-16 14:30:26 +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 make
sudo make install 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:** **Using clang:**