Fix README cmake instructions for Unix;

Given that in the example we clone openvr into the same directory as
lovr and then proceed to `cd` into the `build` directory, the
`-DOPENVR_DIR` argument needs to point to 2 directories about the
current directory.
This commit is contained in:
Adam Ransom 2016-12-13 19:11:43 +09:00
parent 16b2d72029
commit cf7c6f1912
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ Next, build using CMake:
```sh
mkdir build
cd build
cmake .. -DOPENVR_DIR=../openvr
cmake .. -DOPENVR_DIR=../../openvr
cmake --build .
```