early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/nanobench/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/nanobench/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "nanobench",
|
||||
"version": "4.3.7",
|
||||
"description": "Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20",
|
||||
"homepage": "https://nanobench.ankerl.com",
|
||||
"license": "MIT",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"fmt",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user