early-access version 2853
This commit is contained in:
1
externals/vcpkg/scripts/test_ports/llfio-run-tests/portfile.cmake
vendored
Executable file
1
externals/vcpkg/scripts/test_ports/llfio-run-tests/portfile.cmake
vendored
Executable file
@@ -0,0 +1 @@
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
22
externals/vcpkg/scripts/test_ports/llfio-run-tests/vcpkg.json
vendored
Executable file
22
externals/vcpkg/scripts/test_ports/llfio-run-tests/vcpkg.json
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "llfio-run-tests",
|
||||
"version-string": "0",
|
||||
"port-version": 1,
|
||||
"description": "Ensures that LLFIO built with vcpkg version of dependencies produces working executables.",
|
||||
"supports": "x64",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "llfio",
|
||||
"features": [
|
||||
"run-tests"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "llfio",
|
||||
"features": [
|
||||
"run-tests",
|
||||
"status-code"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user