Merge pull request #1851 from Klaim/patch-1

Add build2 package support
This commit is contained in:
Gabi Melman 2021-03-02 22:37:43 +02:00 committed by GitHub
commit f7f790b4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ $ cmake .. && make -j
* vcpkg: `vcpkg install spdlog` * vcpkg: `vcpkg install spdlog`
* conan: `spdlog/[>=1.4.1]` * conan: `spdlog/[>=1.4.1]`
* conda: `conda install -c conda-forge spdlog` * conda: `conda install -c conda-forge spdlog`
* build2: [package `spdlog`](https://cppget.org/spdlog), target `spdlog%lib{spdlog}`
## Features ## Features