vcpkg/scripts/test_ports/try-compile/vcpkg.json
Alexander Neumann 9c0956e573
[world rebuild|toolchain] Fix try compile handling (#24493)
while playing with qtbase on x64-uwp i found that it could not pass a
try_compile command since important variables are not correctly
forwarded. As such I concluded that the handling of try_compile in vcpkg
is completely wrong.
2024-06-19 14:38:36 -07:00

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