Update README.md

This commit is contained in:
Gabi Melman 2019-05-29 01:00:29 +03:00 committed by GitHub
parent c75fbabc0f
commit b6a28b497b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,8 @@ Very fast, header only/statically compiled, C++ logging library. [![Build Status
* Pass the `-DSPDLOG_COMPILED_LIB` to the compiler (and -lspdlog to the linker).
Or use CMake:
* Build "libspdlog.a" (```cmake ..```)
* Use it ```target_link_libraries(my-program spdlog::spdlog)``` .
* Build it (```cmake ..```).
* Use it (```target_link_libraries(my-program spdlog::spdlog)``` .
* see [example](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt).
## Platforms