spdlog test

  • 基于VS2015 SDK 编译1.14.1的spdlog的静态库
# 执行cmake命令生成vs工程

cmake -S . -B build -G"Visual Studio 14 2015"
cmake --build build