From 4cc0876efaba00033329c5f81a7bf236bd8ab08e Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 29 May 2019 00:57:56 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29e54953..03a81848 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Very fast, header only/statically compiled, C++ logging library. [![Build Status * spdlog now supports compiling as a static lib for much faster compile times. * Copy and add [src/spdlog.cpp](https://github.com/gabime/spdlog/tree/v1.x/src/spdlog.cpp) to your build. * 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)``` .