tt4g / spdlog-issue-2114

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gabime/spdlog#2114

Requirements

  • CMake
  • Docker (optional)

Build

$ git clone --recursive https://github.com/tt4g/spdlog-issue-2114.git
$ cd ${PROJECT_DIR}
$ mkdir build
$ cd build
$ cmake -G "${YOUR_GENERATOR}" ..
$ cmake --build . --target all
$ ./spdlog_issue_2114

# Lists the log files.
$ ls -lha /home/test/logs/

About


Languages

Language:CMake 67.7%Language:C++ 21.6%Language:Dockerfile 10.7%