vcpkg/ports/atliac-minitest/vcpkg.json
2024-03-28 17:05:44 -07:00

18 lines
384 B
JSON

{
"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
}
]
}