From 7990ed8f2bc727c25bdf652c155ed152c9ed28f7 Mon Sep 17 00:00:00 2001 From: Aimin Date: Tue, 27 Jun 2023 23:19:22 +0800 Subject: [PATCH] Update INSTALL (#2775) --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 787bc3fb..afe22193 100644 --- a/INSTALL +++ b/INSTALL @@ -12,7 +12,7 @@ CMake: add_executable(example example.cpp) target_link_libraries(example spdlog::spdlog) -Or copy src/spdlog.cpp to your build tree and pass the -DSPDLOG_COMPILED_LIB to the compiler. +Or copy files src/*.cpp to your build tree and pass the -DSPDLOG_COMPILED_LIB to the compiler. Tested on: gcc 4.8.1 and above