1 Star 1 Fork 2

慢了的节奏 / spdlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INSTALL 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gabi Melman 提交于 2019-06-03 12:51 . Update INSTALL
Header only version:
==================================================================
Just copy the files to your build tree and use a C++11 compiler.
Or use CMake:
add_executable(example_header_only example.cpp)
target_link_libraries(example_header_only spdlog::spdlog_header_only)
Compiled library version:
==================================================================
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.
Tested on:
gcc 4.8.1 and above
clang 3.5
Visual Studio 2013
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/wq01/spdlog.git
git@gitee.com:wq01/spdlog.git
wq01
spdlog
spdlog
v1.x

搜索帮助

344bd9b3 5694891 D2dac590 5694891