early-access version 2853
This commit is contained in:
16
externals/vcpkg/ports/rapidcheck/vcpkg.json
vendored
Executable file
16
externals/vcpkg/ports/rapidcheck/vcpkg.json
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "rapidcheck",
|
||||
"version-date": "2021-12-20",
|
||||
"description": "A property-based testing library for C++ (a la QuickCheck) with the goal of being simple to use with as little boilerplate as possible.",
|
||||
"homepage": "https://github.com/emil-e/rapidcheck",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user