Merge pull request #195 from O1LER/vcpkg-root

Add vcpkg_root
This commit is contained in:
Tixx
2025-04-05 11:44:29 +02:00
committed by GitHub

View File

@@ -50,7 +50,7 @@ In the root directory of the project,
1.
```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.