mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 05:39:00 +08:00
13 lines
226 B
JSON
13 lines
226 B
JSON
|
{
|
||
|
"name": "try-compile",
|
||
|
"version": "1",
|
||
|
"description": "Test if try compile correctly passes on compiler flags",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|