diff options
Diffstat (limited to 'ports/celero')
| -rw-r--r-- | ports/celero/CONTROL | 4 | ||||
| -rw-r--r-- | ports/celero/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/celero/CONTROL b/ports/celero/CONTROL deleted file mode 100644 index d61655b2d..000000000 --- a/ports/celero/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: celero -Version: 2.8.2 -Homepage: https://github.com/DigitalInBlue/Celero -Description: Celero is a modern cross-platform (Windows, Linux, MacOS) Microbenchmarking library for C++. diff --git a/ports/celero/vcpkg.json b/ports/celero/vcpkg.json new file mode 100644 index 000000000..5296cfa17 --- /dev/null +++ b/ports/celero/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "celero", + "version-string": "2.8.2", + "port-version": 1, + "description": "Celero is a modern cross-platform (Windows, Linux, MacOS) Microbenchmarking library for C++.", + "homepage": "https://github.com/DigitalInBlue/Celero" +} |
