Files
vcpkg/ports/eljonny-testcpp/vcpkg.json
Jonathan Hyry c43bd25adb [eljonny-testcpp]: new port (#37471)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2025-08-11 17:31:38 -07:00

18 lines
383 B
JSON

{
"name": "eljonny-testcpp",
"version": "0.3.0-beta.4",
"description": "A simple C++ test framework with no dependencies other than C++11 STL.",
"homepage": "https://github.com/eljonny/TestCPP",
"license": "Unlicense",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}