Make that define a cmake option.

This commit is contained in:
Chris Marsh
2017-07-25 13:40:30 -07:00
parent eb2f6f8edc
commit 7dcc2d45e3
3 changed files with 8 additions and 4 deletions

View File

@ -10,12 +10,12 @@ PRs/feedback welcome if you have an improvement everyone might want.
## Usage
There's a CMake file that should be able to generate the lib for you; I use it like this:
```
```sh
cd /path/to/discord-rpc
mkdir build
cd build
cmake ..
cmake --build .
cmake --build . --config Release
```
Sometimes I use the generated project files.