vcpkg/ports/atliac-minitest/vcpkg.json

18 lines
384 B
JSON
Raw Normal View History

2024-03-29 08:05:44 +08:00
{
"name": "atliac-minitest",
"version": "1.0.0",
"description": "A C++ unit testing framework that helps write tests alongside the code being tested.",
"homepage": "https://github.com/Atliac/minitest",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}