Initial community commit
This commit is contained in:
30
vcpkg-ports/spdlog/vcpkg.json
Normal file
30
vcpkg-ports/spdlog/vcpkg.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "spdlog",
|
||||
"version-semver": "1.10.0",
|
||||
"port-version": 1,
|
||||
"description": "Very fast, header only, C++ logging library",
|
||||
"homepage": "https://github.com/gabime/spdlog",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"fmt",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"benchmark": {
|
||||
"description": "Use google benchmark",
|
||||
"dependencies": [
|
||||
"benchmark"
|
||||
]
|
||||
},
|
||||
"wchar": {
|
||||
"description": "Build with wchar_t (Windows only)"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user