Lib build instructions now work as-is on Windows

pull/1399/head
Ivan Onyshchenko 6 years ago
parent 0a36828ff3
commit d59c614a12

@ -12,7 +12,7 @@ Copy the source [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spdl
```console
$ git clone https://github.com/gabime/spdlog.git
$ cd spdlog && mkdir build && cd build
$ cmake .. && make -j
$ cmake .. && cmake --build . -j
```
see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt) on how to use.

Loading…
Cancel
Save