2024.07.10
All checks were successful
Build / Build project (push) Successful in 2m42s

This commit is contained in:
Alexander Zhirov 2025-05-04 16:08:39 +03:00
parent 384246a69a
commit 78c898d901
Signed by: alexander
GPG key ID: C8D8BE544A27C511
3 changed files with 50 additions and 0 deletions

11
files/vcpkg.sh Normal file
View file

@ -0,0 +1,11 @@
# vcpkg initialization
# Disable vcpkg telemetry by default.
if [ -z "$VCPKG_DISABLE_METRICS" ]; then
export VCPKG_DISABLE_METRICS="1"
fi
# Export the correct vcpkg root directory.
if [ -z "$VCPKG_ROOT" ]; then
export VCPKG_ROOT="$HOME/.vcpkg"
fi