mirror of
https://github.com/orange-cpp/omath.git
synced 2026-05-06 09:23:28 +00:00
using static for windows
This commit is contained in:
@@ -56,7 +56,9 @@
|
||||
"hidden": true,
|
||||
"inherits": ["windows-base", "vcpkg-base"],
|
||||
"cacheVariables": {
|
||||
"VCPKG_MANIFEST_FEATURES": "tests;imgui;avx2;examples"
|
||||
"VCPKG_TARGET_TRIPLET": "x64-windows-static",
|
||||
"VCPKG_MANIFEST_FEATURES": "tests;imgui;avx2;examples;hooking",
|
||||
"OMATH_STATIC_MSVC_RUNTIME_LIBRARY": "ON"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -89,9 +91,10 @@
|
||||
"strategy": "external"
|
||||
},
|
||||
"cacheVariables": {
|
||||
"VCPKG_TARGET_TRIPLET": "x86-windows",
|
||||
"VCPKG_TARGET_TRIPLET": "x86-windows-static",
|
||||
"VCPKG_HOST_TRIPLET": "x64-windows",
|
||||
"VCPKG_MANIFEST_FEATURES": "tests;imgui;avx2;examples"
|
||||
"VCPKG_MANIFEST_FEATURES": "tests;imgui;avx2;examples",
|
||||
"OMATH_STATIC_MSVC_RUNTIME_LIBRARY": "ON"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -114,9 +117,10 @@
|
||||
"strategy": "external"
|
||||
},
|
||||
"cacheVariables": {
|
||||
"VCPKG_TARGET_TRIPLET": "arm64-windows",
|
||||
"VCPKG_HOST_TRIPLET": "arm64-windows",
|
||||
"VCPKG_MANIFEST_FEATURES": "tests;imgui;examples"
|
||||
"VCPKG_TARGET_TRIPLET": "arm64-windows-static",
|
||||
"VCPKG_HOST_TRIPLET": "arm64-windows-static",
|
||||
"VCPKG_MANIFEST_FEATURES": "tests;imgui;examples",
|
||||
"OMATH_STATIC_MSVC_RUNTIME_LIBRARY": "ON"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user