mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
18 lines
383 B
JSON
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
|
|
}
|
|
]
|
|
}
|