Add vcpkg_root

This commit is contained in:
O1LER 2025-04-05 11:35:21 +02:00
parent dafd1d70ea
commit 6572d21fca

View File

@ -50,7 +50,7 @@ In the root directory of the project,
1. 1.
```cmake ```cmake
cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
``` ```
2. 2.