Give better libIrrlicht path example

master
stujones11 2018-05-25 14:52:49 +01:00
parent 9fbddb6ffe
commit b56322c6c1
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ IRRLICHT_LIBRARY="/usr/local/lib/libIrrlicht.so"
**Example:**
```
cmake . -DIRRLICHT_LIBRARY="/usr/lib/libIrrlicht.so"`
cmake . -DIRRLICHT_LIBRARY="/usr/lib/x86_64-linux-gnu/libIrrlicht.so"
```
Controls