yuzu/externals/vcpkg/ports/rexo/vcpkg.json

17 lines
358 B
JSON
Executable File

{
"name": "rexo",
"version-semver": "0.2.2",
"description": "Rexo is a neat single-file cross-platform unit testing framework for C/C++",
"homepage": "https://github.com/christophercrouzet/rexo",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}