Closed onurkanbakirci closed 1 year ago
Okey. I found it. We can use cmakeAppendedArgs
prop to make static linking. For example,
cmakeAppendedArgs: "-GNinja -DKANGARU_TEST=ON -DVCPKG_TARGET_TRIPLET=x64-windows-static"
After digging into it, i think that instead of using cmakeAppendedArgs
, using vcpkgTriplet: x64-windows-static
is better.
@onurkanbakirci thank you for following up on this, I think that adding docs about this on the readme.md would be great.
Hi @lukka , which section is suitable for that? Is Quickstart with instructions
section on the readme.md
file good?
Is there any support to use
vcpkg
static linking feature? How to do by usingrun-vcpkg?
?