my-vcpkg-triplets
my-vcpkg-triplets copied to clipboard
my collection of vcpkg triplets
When utilizing the gtest library with vcpkg, the standard installation command is quite verbose: ```plaintext vcpkg.exe install gtest --overlay-triplets=D:\dev\project\3\my-vcpkg-triplets --triplet=x64-win-llvm ``` To streamline this process, I've implemented some enhancements. Initially,...
Are triplets for manually installed LLVM ? Can it be used with build-in Clang support in VS 2022 ? I tried x64-win-llvm and getting the following: Unable to find a...
Why is there no support for x86 static compilation?
I've tried lots of triplets, win/windows/lto/static, all failed at different step. LTO failed with LNK1107 error on building icu. Static failed with duplicate symbols in libwebp.
Just wanted to say thanks. `vcpkg` is great, the LLVM toolchain can't be beat -- without this it would taken me ages to get them smoothly integrated on Windows I...