0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 08:41:02 +08:00

Update README

This commit is contained in:
Sergey Yagovtsev 2016-08-31 22:48:41 +03:00
parent 887d7f5244
commit 5cb37cea70

View File

@ -40,7 +40,7 @@ If you use Visual Studio you can generate solution by cmake command. In this cas
```batch ```batch
$ mkdir build $ mkdir build
$ cd build $ cd build
$ cmake -DCMAKE_PREFIX_PATH="C:\\\\Qt\\\\5.3\\\\msvc2013_64\\\\lib\\\\cmake" .. $ cmake -DCMAKE_PREFIX_PATH="C:\\Qt\\5.3\\msvc2013_64\\lib\\cmake" ..
``` ```
# Usage # Usage