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